Skip to content

Commit

Permalink
Bump version to rake-12.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Oct 25, 2017
1 parent 353c893 commit e7ea2d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "12.1.0"
VERSION = "12.2.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 @@ -5,7 +5,7 @@ require 'rake/version'
Gem::Specification.new do |s|
s.name = "rake".freeze
s.version = Rake::VERSION
s.date = "2017-09-11"
s.date = "2017-10-25"
s.authors = ["Hiroshi SHIBATA".freeze, "Eric Hodel".freeze, "Jim Weirich".freeze]
s.email = ["[email protected]".freeze, "[email protected]".freeze, "".freeze]

Expand Down

0 comments on commit e7ea2d1

Please sign in to comment.