Bump to 0.9.6

This commit is contained in:
Benjamin Fleischer
2017-01-10 16:23:05 -06:00
parent 4432257cb8
commit 32704cb0c1
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
module ActiveModel
class Serializer
VERSION = '0.9.5'
VERSION = '0.9.6'
end
end