mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-30 16:49:04 +01:00
a0ed88a99b
* Adds version. * Cleans up code. * Removes standalone endpoint and adds version to instance endpoint. * Addresses feedback from #2181.
5 lines
71 B
Ruby
5 lines
71 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Mastodon
|
|
VERSION = '1.2.2'
|
|
end
|