diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-04-27 15:22:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-27 15:22:19 +0200 |
commit | b48c9013aa790b28e3427257e0e62f419bce2ddc (patch) | |
tree | b56b0c9ec6516075216ceea8070edee49faec3e0 /app/presenters | |
parent | b48f2cbc8b6b260a8d9b51a26e484a7da1694851 (diff) |
Bump version, improve how version is stored for better commit history (#2526)
Diffstat (limited to 'app/presenters')
-rw-r--r-- | app/presenters/instance_presenter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/presenters/instance_presenter.rb b/app/presenters/instance_presenter.rb index e583a38d0..9a69809d0 100644 --- a/app/presenters/instance_presenter.rb +++ b/app/presenters/instance_presenter.rb @@ -27,6 +27,6 @@ class InstancePresenter end def version_number - Mastodon::VERSION + Mastodon::Version end end |