mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
9e240e70cb
Fix README instructions for building your own gem Fix VERSION - not sure why it was set to 3.0.0
5 lines
60 B
Ruby
5 lines
60 B
Ruby
module AASM
|
|
module VERSION
|
|
STRING = '0.0.2'
|
|
end
|
|
end
|