summaryrefslogtreecommitdiffstats
path: root/model/version.go
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-02-09 15:59:38 -0500
committerChristopher Speller <crspeller@gmail.com>2016-02-09 15:59:38 -0500
commitc5b92d9e85b6723699f183f099fc6b61b84ac5c3 (patch)
treeb9c2c3ac24f30040fea3b6ed3cb856a0ba618cf2 /model/version.go
parent55c3dd4f5c7954e390b84d3cb210d4b9860e96fb (diff)
downloadchat-c5b92d9e85b6723699f183f099fc6b61b84ac5c3.tar.gz
chat-c5b92d9e85b6723699f183f099fc6b61b84ac5c3.tar.bz2
chat-c5b92d9e85b6723699f183f099fc6b61b84ac5c3.zip
Updating version.go for 2.0
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 69529e7a1..8fbd65d03 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{
+ "2.0.0",
"1.4.0",
"1.3.0",
"1.2.1",