##// END OF EJS Templates

File last commit:

r962:6d9490ddcc9c
r1401:eb2d8143442e
Show More
version.rb
9 lines | 147 B | text/x-ruby | RubyLexer
module ActionWebService
module VERSION #:nodoc:
MAJOR = 1
MINOR = 2
TINY = 5
STRING = [MAJOR, MINOR, TINY].join('.')
end
end