summaryrefslogtreecommitdiffstats
path: root/model
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2018-09-04 15:42:43 +0200
committerGitHub <noreply@github.com>2018-09-04 15:42:43 +0200
commitd2190527eafdae31e14ba0832dcfb79a0a1e223b (patch)
tree73ca240796e9c4bef4ef2324a1b1c24b7cfc0c67 /model
parentb98ef658ad217fafe98af088f516746860b2a7b8 (diff)
downloadchat-d2190527eafdae31e14ba0832dcfb79a0a1e223b.tar.gz
chat-d2190527eafdae31e14ba0832dcfb79a0a1e223b.tar.bz2
chat-d2190527eafdae31e14ba0832dcfb79a0a1e223b.zip
Uncomment upgrade for 5.3.0 (#9354)
* Uncomment upgrade for 5.3.0 * add missing version
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 d8753b3b1..6e45211af 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.3.0",
"5.2.0",
"5.1.0",
"5.0.0",