1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00
aasm/lib/version.rb
Scott Barron 9e240e70cb Fix README to reflect github gem installation
Fix README instructions for building your own gem
Fix VERSION - not sure why it was set to 3.0.0
2008-04-29 20:51:12 -04:00

5 lines
60 B
Ruby

module AASM
module VERSION
STRING = '0.0.2'
end
end