1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_pack/version.rb
David Heinemeier Hansson 61e43700b8 Prepare for RC2
2008-11-14 12:26:50 +01:00

9 lines
150 B
Ruby

module ActionPack #:nodoc:
module VERSION #:nodoc:
MAJOR = 2
MINOR = 2
TINY = 1
STRING = [MAJOR, MINOR, TINY].join('.')
end
end