summaryrefslogtreecommitdiffstats
path: root/model/version.go
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-02-10 09:14:27 -0500
committerChristopher Speller <crspeller@gmail.com>2016-02-10 09:14:27 -0500
commit00795908f62aa28d6717199cf727a4bbf22a105a (patch)
tree7b9c680ac0b0bfa86ca765d16f80e6202353877c /model/version.go
parent2e39f808feac52a4ea2172da237288e8e518547e (diff)
parent6225522478f61aa134d167954d3116c72a6148c3 (diff)
downloadchat-00795908f62aa28d6717199cf727a4bbf22a105a.tar.gz
chat-00795908f62aa28d6717199cf727a4bbf22a105a.tar.bz2
chat-00795908f62aa28d6717199cf727a4bbf22a105a.zip
Merge branch 'release-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",