rails--rails/actionwebservice/lib/action_web_service/version.rb

10 lines
138 B
Ruby

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