Files
rails/actionwebservice/lib/action_web_service/version.rb
2005-11-17 00:32:16 +00:00

10 lines
138 B
Ruby

module ActionWebService
module VERSION
MAJOR = 0
MINOR = 9
TINY = 3
STRING = [MAJOR, MINOR, TINY].join('.')
end
end