aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorslene <vslene@gmail.com>2014-03-23 20:58:27 +0800
committerslene <vslene@gmail.com>2014-03-23 20:58:27 +0800
commit809a4eab6774c265c8c07313fa9957c274e52aaf (patch)
tree9f8c1e86554e9bc1199fdcad36e02335ea0ce69d /gogs.go
parent559cd63fc5feace32bb44c695207579609516f15 (diff)
parent97debac18534e030924654befc6dc1eeb870a38b (diff)
Merge branch 'master' of github.com:gogits/gogs
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index 0bdbbc06..09b28f9b 100644
--- a/gogs.go
+++ b/gogs.go
@@ -20,7 +20,7 @@ import (
// Test that go1.2 tag above is included in builds. main.go refers to this definition.
const go12tag = true
-const APP_VER = "0.1.6.0323.1"
+const APP_VER = "0.1.7.0323.1"
func init() {
base.AppVer = APP_VER