summaryrefslogtreecommitdiff
path: root/internal/gtsmodel/instance.go
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-05-22 15:51:20 +0200
committerLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-05-22 15:51:20 +0200
commitaeb665df554059103b9fb94c608e78a85631301a (patch)
tree5225011093082666afc4bd52beea61f953db18d9 /internal/gtsmodel/instance.go
parentAdmin cli (#29) (diff)
downloadgotosocial-aeb665df554059103b9fb94c608e78a85631301a.tar.xz
small fiddling to allow whalebird to work (a bit)
Diffstat (limited to 'internal/gtsmodel/instance.go')
-rw-r--r--internal/gtsmodel/instance.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/gtsmodel/instance.go b/internal/gtsmodel/instance.go
index 6860627e2..f6a6f4c2b 100644
--- a/internal/gtsmodel/instance.go
+++ b/internal/gtsmodel/instance.go
@@ -30,4 +30,6 @@ type Instance struct {
ContactAccountID string
// Reputation score of this instance
Reputation int64 `pg:",notnull,default:0"`
+ // Version of the software used on this instance
+ Version string
}