Skip to content

Commit d8aba43

Browse files
committed
Prepare to release rake 13
1 parent c84887d commit d8aba43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

History.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== 13.0.0.pre.1
1+
=== 13.0.0
22

33
==== Enhancements
44

lib/rake/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22
module Rake
3-
VERSION = "13.0.0.pre.1"
3+
VERSION = "13.0.0"
44

55
module Version # :nodoc: all
66
MAJOR, MINOR, BUILD, *OTHER = Rake::VERSION.split "."

0 commit comments

Comments
 (0)