From b48c9013aa790b28e3427257e0e62f419bce2ddc Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 27 Apr 2017 15:22:19 +0200 Subject: Bump version, improve how version is stored for better commit history (#2526) --- app/views/api/v1/instances/show.rabl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/api') diff --git a/app/views/api/v1/instances/show.rabl b/app/views/api/v1/instances/show.rabl index e1d4700a0..8ab3fe0ca 100644 --- a/app/views/api/v1/instances/show.rabl +++ b/app/views/api/v1/instances/show.rabl @@ -4,4 +4,4 @@ node(:uri) { site_hostname } node(:title) { Setting.site_title } node(:description) { Setting.site_description } node(:email) { Setting.site_contact_email } -node(:version) { Mastodon::VERSION } +node(:version) { Mastodon::Version } -- cgit