summaryrefslogtreecommitdiffstats
path: root/model
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2018-09-27 16:09:21 +0200
committerGitHub <noreply@github.com>2018-09-27 16:09:21 +0200
commite77f9d06f5f50cac7c666c1e3fa955f974a8019d (patch)
treea58278159b4df81933a0a4323916b92fc1b3bb6a /model
parent34a1da97174a63475aba793a1fbeb41e51426ca7 (diff)
downloadchat-e77f9d06f5f50cac7c666c1e3fa955f974a8019d.tar.gz
chat-e77f9d06f5f50cac7c666c1e3fa955f974a8019d.tar.bz2
chat-e77f9d06f5f50cac7c666c1e3fa955f974a8019d.zip
Uncomment upgrade for 5.4.0 (#9477)
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 6e45211af..000d754d8 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{
+ "5.4.0",
"5.3.0",
"5.2.0",
"5.1.0",