Bump to v0.10.6

This commit is contained in:
Benjamin Fleischer
2017-05-01 10:10:54 -05:00
parent 982fe26ee8
commit dff621e174
3 changed files with 15 additions and 4 deletions

View File

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