summaryrefslogtreecommitdiffstats
path: root/model/version.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-16 21:16:07 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-16 21:16:07 -0700
commit51c3445e694e68fdecd809f17fbaa64751e5931c (patch)
tree3d4a0f0ddceccb8f13dd51b4d2759911b8e700be /model/version.go
parent435211870096f6d31378c1b31c3d0818a7a4e710 (diff)
downloadchat-51c3445e694e68fdecd809f17fbaa64751e5931c.tar.gz
chat-51c3445e694e68fdecd809f17fbaa64751e5931c.tar.bz2
chat-51c3445e694e68fdecd809f17fbaa64751e5931c.zip
Fixing postgres issue and bumping version number
Diffstat (limited to 'model/version.go')
-rw-r--r--model/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/version.go b/model/version.go
index f37447921..e3e6e14b9 100644
--- a/model/version.go
+++ b/model/version.go
@@ -11,7 +11,7 @@ import (
const (
VERSION_MAJOR = 0
- VERSION_MINOR = 7
+ VERSION_MINOR = 8
VERSION_PATCH = 0
BUILD_NUMBER = "_BUILD_NUMBER_"
BUILD_DATE = "_BUILD_DATE_"