1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

version bump to 2.4.0 (supporting new dsl)

This commit is contained in:
Thorsten Böttger 2011-11-26 00:11:53 +01:00
parent 2e94dcb6a9
commit b364aa2db5

View file

@ -1,3 +1,3 @@
module AASM
VERSION = "2.3.1"
VERSION = "2.4.0"
end