1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/rake/version.rb
naruse 4b96ecc89f * lib/rake/version.rb: workaround fix to build. see #7366
[ruby-dev:46522]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-11-16 00:43:00 +00:00

10 lines
146 B
Ruby

module Rake
module Version # :nodoc: all
NUMBERS = [
MAJOR = 0,
MINOR = 9,
BUILD = 4,
]
end
VERSION = "0.9.4"
end