about summary refs log tree commit diff
path: root/app/views/api/v1/instances/show.rabl
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/api/v1/instances/show.rabl')
-rw-r--r--app/views/api/v1/instances/show.rabl1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/api/v1/instances/show.rabl b/app/views/api/v1/instances/show.rabl
index f5598fde3..e1d4700a0 100644
--- a/app/views/api/v1/instances/show.rabl
+++ b/app/views/api/v1/instances/show.rabl
@@ -4,3 +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 }