Improved version string
This commit is contained in:
parent
fbc3f2893a
commit
bc5cf2c192
6 changed files with 58 additions and 13 deletions
|
|
@ -197,7 +197,7 @@ defmodule Pleroma.Web.TwitterAPI.UtilController do
|
|||
end
|
||||
|
||||
def version(conn, _params) do
|
||||
version = Pleroma.Config.get([:instance, :version])
|
||||
version = Pleroma.Application.named_version()
|
||||
|
||||
case get_format(conn) do
|
||||
"xml" ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue