mirror of
https://github.com/ditkrg/jsonapi-swagger.git
synced 2026-01-23 06:16:50 +00:00
8 lines
95 B
Ruby
8 lines
95 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Jsonapi
|
|
module Swagger
|
|
VERSION = '0.7.0'
|
|
end
|
|
end
|