Skip to content

Commit

Permalink
Prepare to release rake 13
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 24, 2019
1 parent c84887d commit d8aba43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion History.rdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=== 13.0.0.pre.1
=== 13.0.0

==== Enhancements

Expand Down
2 changes: 1 addition & 1 deletion lib/rake/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true
module Rake
VERSION = "13.0.0.pre.1"
VERSION = "13.0.0"

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

0 comments on commit d8aba43

Please sign in to comment.