Skip to content

Commit

Permalink
Bumped to 0.9.0.beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Feb 28, 2011
1 parent 5d788a9 commit 0de0e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rake/version.rb
Expand Up @@ -5,7 +5,7 @@ module Version
MINOR = 9,
BUILD = 0,
BETA = 'beta',
BETANUM = 0,
BETANUM = 1,
]
end
VERSION = Version::NUMBERS.join('.')
Expand Down

0 comments on commit 0de0e3e

Please sign in to comment.