mastodon/lib/mastodon/version.rb
Ash Furrow a0ed88a99b Adds version to about/more and API (#2181)
* Adds version.

* Cleans up code.

* Removes standalone endpoint and adds version to instance endpoint.

* Addresses feedback from #2181.
2017-04-21 03:30:59 +02:00

6 lines
71 B
Ruby

# frozen_string_literal: true
module Mastodon
VERSION = '1.2.2'
end