summaryrefslogtreecommitdiffstats
path: root/model/version.go
diff options
context:
space:
mode:
authorDerrick Anderson <derrick@andersonwebstudio.com>2018-01-05 12:29:40 -0500
committerGitHub <noreply@github.com>2018-01-05 12:29:40 -0500
commitedc4c35f5f612aea9956779df57ca6e5422f0601 (patch)
tree1bea490306b7e1bc487f5994b62d928dec904158 /model/version.go
parent143e664cd98aec9ee81ba953fd93704b7be33460 (diff)
downloadchat-edc4c35f5f612aea9956779df57ca6e5422f0601.tar.gz
chat-edc4c35f5f612aea9956779df57ca6e5422f0601.tar.bz2
chat-edc4c35f5f612aea9956779df57ca6e5422f0601.zip
Uncomment upgrade for 4.6 (#8045)
* Uncomment upgrade for 4.6 * add 4.6 version
Diffstat (limited to 'model/version.go')
-rw-r--r--model/version.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/model/version.go b/model/version.go
index 49682f1e9..430924ee0 100644
--- a/model/version.go
+++ b/model/version.go
@@ -13,6 +13,7 @@ import (
// It should be maitained in chronological order with most current
// release at the front of the list.
var versions = []string{
+ "4.6.0",
"4.5.0",
"4.4.0",
"4.3.0",