# HG changeset patch # User Mikael Berthe # Date 1493372838 -7200 # Node ID b682706e2f319ee5916b61d0c9e6a5ac143e3acf # Parent e78f5b584c9a65995cfa9682b03fc7c32ef131e7 Add version filed (Mastodon 1.3+) to the Instance type diff -r e78f5b584c9a -r b682706e2f31 types.go --- a/types.go Sun Apr 23 15:39:51 2017 +0200 +++ b/types.go Fri Apr 28 11:47:18 2017 +0200 @@ -84,6 +84,7 @@ Title string `json:"title"` Description string `json:"description"` Email string `json:"email"` + Version string `json:"version"` } // Mention represents a Mastodon mention entity