Skip to content

Commit

Permalink
Bump to version 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Jun 5, 2011
1 parent 23e79f2 commit 0e4ad02
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
NUMBERS = [
MAJOR = 0,
MINOR = 9,
BUILD = 1,
BUILD = 2,
]
end
VERSION = Version::NUMBERS.join('.')
Expand Down

0 comments on commit 0e4ad02

Please sign in to comment.