summaryrefslogtreecommitdiffstats
path: root/model
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-01-11 13:19:50 -0600
committerCorey Hulen <corey@hulen.com>2016-01-11 13:19:50 -0600
commit5c49f320885c93965bb043897129cddc60cde960 (patch)
tree7f85e01ccfa7a858ada0ac3c9b663fb8f6d12e79 /model
parent56b19df12a41c1a8140aa0d874069a235c7e9b62 (diff)
parent5083a3947ac792bf668a3c0af545b86c3331a748 (diff)
downloadchat-5c49f320885c93965bb043897129cddc60cde960.tar.gz
chat-5c49f320885c93965bb043897129cddc60cde960.tar.bz2
chat-5c49f320885c93965bb043897129cddc60cde960.zip
Merge pull request #1858 from mattermost/release-1.4
Release 1.4 rc1
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 142ddb371..88334ceea 100644
--- a/model/version.go
+++ b/model/version.go
@@ -12,6 +12,7 @@ import (
// It should be maitained in chronological order with most current
// release at the front of the list.
var versions = []string{
+ "1.4.0",
"1.3.0",
"1.2.1",
"1.2.0",