mirror of
https://github.com/funamitech/mastodon
synced 2024-11-25 07:37:16 +09:00
a0ed88a99b
* Adds version. * Cleans up code. * Removes standalone endpoint and adds version to instance endpoint. * Addresses feedback from #2181.
6 lines
71 B
Ruby
6 lines
71 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Mastodon
|
|
VERSION = '1.2.2'
|
|
end
|