mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 22:36:50 +00:00
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.
6 lines
75 B
Ruby
6 lines
75 B
Ruby
module ActiveModel
|
|
class Serializer
|
|
VERSION = "0.10.0.rc2"
|
|
end
|
|
end
|