Bump to 0.10.1

This commit is contained in:
Benjamin Fleischer
2016-06-16 09:40:18 -05:00
parent 0fed4869df
commit 32a3b53892
2 changed files with 10 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
module ActiveModel
class Serializer
VERSION = '0.10.0'.freeze
VERSION = '0.10.1'.freeze
end
end