Fix API for Mastodon version (#2590)

Fix #2589
This commit is contained in:
Yamagishi Kazutoshi 2017-04-29 00:53:37 +09:00 committed by Eugen Rochko
parent 439b2dceda
commit 298d28af51
1 changed files with 1 additions and 1 deletions

View File

@ -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.to_s }