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.
This commit is contained in:
5
lib/mastodon/version.rb
Normal file
5
lib/mastodon/version.rb
Normal file
@ -0,0 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module Mastodon
|
||||
VERSION = '1.2.2'
|
||||
end
|
Reference in New Issue
Block a user