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