Skip to content

Commit

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

0 comments on commit 19b64f1

Please sign in to comment.