summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-22 13:50:50 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-22 13:50:50 -0400
commit61e29226015fad6451281035948c3d8d1364880c (patch)
tree6ef97e9b24040d880913eb09d3e1b00ea4727e2e /gogs.go
parente3f55ca0fb0c8aee84f2935b76353ef8ce66384f (diff)
downloadgitea-61e29226015fad6451281035948c3d8d1364880c.tar.gz
gitea-61e29226015fad6451281035948c3d8d1364880c.zip
Working on issues
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 a609032093..2bb80a6644 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.5.0322.2"
+const APP_VER = "0.1.6.0323.1"
func init() {
base.AppVer = APP_VER