Skip to content

Commit cd71a53

Browse files
committed
bump version to 12.0.0
1 parent c1e8319 commit cd71a53

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

History.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== 12.0.0(dev)
1+
=== 12.0.0
22

33
==== Compatibility Changes
44

lib/rake/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Rake
2-
VERSION = "12.0.0.beta1"
2+
VERSION = "12.0.0"
33

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

rake.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require 'rake/version'
44
Gem::Specification.new do |s|
55
s.name = "rake".freeze
66
s.version = Rake::VERSION
7-
s.date = "2016-06-12"
7+
s.date = "2016-12-06"
88
s.authors = ["Hiroshi SHIBATA".freeze, "Eric Hodel".freeze, "Jim Weirich".freeze]
99
s.email = ["[email protected]".freeze, "[email protected]".freeze, "".freeze]
1010

0 commit comments

Comments
 (0)