Skip to content

Commit

Permalink
bump release version to 12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 11, 2017
1 parent 972c9ce commit f543024
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 @@
=== 12.1.0(development)
=== 12.1.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 = "12.0.0"
VERSION = "12.1.0"

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

0 comments on commit f543024

Please sign in to comment.