Improved version string

This commit is contained in:
href 2018-11-20 17:55:03 +01:00
commit bc5cf2c192
No known key found for this signature in database
GPG key ID: EE8296C1A152C325
6 changed files with 58 additions and 13 deletions

View file

@ -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" ->