Skip to content

Commit

Permalink
Bumped to version 0.9.0.beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Mar 6, 2011
1 parent 148d6f2 commit 81fb703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/rake.rb
Expand Up @@ -61,5 +61,6 @@
$trace = false

# Some top level Constants.

FileList = Rake::FileList
RakeFileUtils = Rake::FileUtilsExt
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 = 2,
BETANUM = 4,
]
end
VERSION = Version::NUMBERS.join('.')
Expand Down

0 comments on commit 81fb703

Please sign in to comment.