Skip to content

Commit

Permalink
Fix API for Mastodon version (#2590)
Browse files Browse the repository at this point in the history
Fix #2589
  • Loading branch information
ykzts authored and Gargron committed Apr 28, 2017
1 parent 439b2dc commit 298d28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/api/v1/instances/show.rabl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

0 comments on commit 298d28a

Please sign in to comment.