Skip to content

Commit

Permalink
Bump to version 10.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Nov 19, 2012
1 parent 76b6f66 commit 1b1bccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rake/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Version # :nodoc: all
NUMBERS = [
MAJOR = 10,
MINOR = 0,
BUILD = 1,
BUILD = 2,
]
end
VERSION = Version::NUMBERS.join('.')
Expand Down

0 comments on commit 1b1bccb

Please sign in to comment.