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:
parent
25d2853db2
commit
a0ed88a99b
7 changed files with 17 additions and 0 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue