mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
8 lines
90 B
Ruby
8 lines
90 B
Ruby
# frozen_string_literal: true
|
|
#
|
|
# :nodoc:
|
|
module AMS
|
|
# :nodoc:
|
|
VERSION = "0.99.0"
|
|
end
|