active_model_serializers/lib/active_model/serializer/version.rb
Jeff Felchner e468030cbf Bump Version Number to 0.10.0.rc2
Due to the fact that users need to switch from the released version to `master` occasionally to pull in upstream bugfixes, it's important that this version number stays in sync with the released version.
2015-07-31 04:51:55 -05:00

6 lines
75 B
Ruby

module ActiveModel
class Serializer
VERSION = "0.10.0.rc2"
end
end