summaryrefslogtreecommitdiffstats
path: root/model/version.go
diff options
context:
space:
mode:
authorChris <ccbrown112@gmail.com>2017-09-05 19:29:26 -0500
committerGitHub <noreply@github.com>2017-09-05 19:29:26 -0500
commit90da40b54c5f7b36a3936bee2901fc645cc8ef4c (patch)
tree22f4681c9891077851012e9607c6c5b479f5fec7 /model/version.go
parent1605fa5102e7d5d76a02456130097d3ab82c2a2b (diff)
downloadchat-90da40b54c5f7b36a3936bee2901fc645cc8ef4c.tar.gz
chat-90da40b54c5f7b36a3936bee2901fc645cc8ef4c.tar.bz2
chat-90da40b54c5f7b36a3936bee2901fc645cc8ef4c.zip
pre 4.2 cut (#7380)
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 b08af46bd..eaac69e74 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.2.0",
"4.1.0",
"4.0.0",
"3.10.0",