mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
version bump to 3.3.1
This commit is contained in:
parent
75c81b1195
commit
6aa96d85dc
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
* deprecated old aasm_* class methods (old-style DSL), in preparation for AASM v4.0.0
|
||||
|
||||
## 3.3.1 (not yet released)
|
||||
## 3.3.1
|
||||
|
||||
* bugfix: permissible events will respect given `guards` (see [issue #150](https://github.com/aasm/aasm/issues/150))
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module AASM
|
||||
VERSION = "3.3.0"
|
||||
VERSION = "3.3.1"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue