summaryrefslogtreecommitdiffstats
path: root/model
diff options
context:
space:
mode:
authorDerrick Anderson <derrick@andersonwebstudio.com>2018-04-05 11:27:19 -0400
committerGitHub <noreply@github.com>2018-04-05 11:27:19 -0400
commitf7dd715052741097616816f9cce600006e5c2290 (patch)
tree63017c41e7123aa5d867643e88437fba37e62aee /model
parent715a7f893dc4a855083331333629cb50528a030d (diff)
downloadchat-f7dd715052741097616816f9cce600006e5c2290.tar.gz
chat-f7dd715052741097616816f9cce600006e5c2290.tar.bz2
chat-f7dd715052741097616816f9cce600006e5c2290.zip
update db code for release branch only (#8584)
Diffstat (limited to 'model')
-rw-r--r--model/version.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/model/version.go b/model/version.go
index 38ace0bde..a58ca4df6 100644
--- a/model/version.go
+++ b/model/version.go
@@ -13,6 +13,7 @@ import (
// It should be maintained in chronological order with most current
// release at the front of the list.
var versions = []string{
+ "4.9.0",
"4.8.1",
"4.8.0",
"4.7.2",