aboutsummaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-24 02:31:58 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-24 02:31:58 -0400
commitb1bdbd7f948b0598e69355ba8312a50c74bc04a7 (patch)
tree1bf401b1d334fab67f72a69a3ff4d2c310cb14c6 /gogs.go
parent50ba08e2c602993fc283b2d868639820aba57528 (diff)
downloadgitea-b1bdbd7f948b0598e69355ba8312a50c74bc04a7.tar.gz
gitea-b1bdbd7f948b0598e69355ba8312a50c74bc04a7.zip
Almost done issue label #200
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 16fd5ec768..45aa9f5931 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/base"
)
-const APP_VER = "0.3.5.0521 Alpha"
+const APP_VER = "0.3.5.0523 Alpha"
func init() {
base.AppVer = APP_VER