2020-06-22 14:47:59 +01:00

6 lines
74 B
Ruby

module JSONAPI
module Serializer
VERSION = '2.0.0'.freeze
end
end