Bump to 0.10.2

This commit is contained in:
Benjamin Fleischer
2016-07-05 13:20:24 -05:00
parent 61059e900c
commit d8f3fa4bca
2 changed files with 8 additions and 2 deletions

View File

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