Bump to v0.10.5

This commit is contained in:
Benjamin Fleischer
2017-03-07 15:41:20 -06:00
parent 0b96d3544a
commit 28b8e3dd17
2 changed files with 12 additions and 2 deletions

View File

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