version bump to 3.0.17

This commit is contained in:
Thorsten Böttger 2013-04-28 18:13:20 +02:00
parent a4d2e76a92
commit 87b13ca300
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
## 3.0.17
* supporting instance level inspection for states (including permissible state, see issue #54)
* added autocreation of constants for each state ([@jherdman](https://github.com/jherdman))

View File

@ -1,3 +1,3 @@
module AASM
VERSION = "3.0.16"
VERSION = "3.0.17"
end