diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-24 02:31:58 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-24 02:31:58 -0400 |
commit | b1bdbd7f948b0598e69355ba8312a50c74bc04a7 (patch) | |
tree | 1bf401b1d334fab67f72a69a3ff4d2c310cb14c6 /gogs.go | |
parent | 50ba08e2c602993fc283b2d868639820aba57528 (diff) | |
download | gitea-b1bdbd7f948b0598e69355ba8312a50c74bc04a7.tar.gz gitea-b1bdbd7f948b0598e69355ba8312a50c74bc04a7.zip |
Almost done issue label #200
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |