Skip to content

Commit

Permalink
bump version to 12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Dec 6, 2016
1 parent c1e8319 commit cd71a53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion History.rdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=== 12.0.0(dev)
=== 12.0.0

==== Compatibility Changes

Expand Down
2 changes: 1 addition & 1 deletion lib/rake/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Rake
VERSION = "12.0.0.beta1"
VERSION = "12.0.0"

module Version # :nodoc: all
MAJOR, MINOR, BUILD, *OTHER = Rake::VERSION.split "."
Expand Down
2 changes: 1 addition & 1 deletion rake.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require 'rake/version'
Gem::Specification.new do |s|
s.name = "rake".freeze
s.version = Rake::VERSION
s.date = "2016-06-12"
s.date = "2016-12-06"
s.authors = ["Hiroshi SHIBATA".freeze, "Eric Hodel".freeze, "Jim Weirich".freeze]
s.email = ["hsbt@ruby-lang.org".freeze, "drbrain@segment7.net".freeze, "".freeze]

Expand Down

0 comments on commit cd71a53

Please sign in to comment.