diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-14 08:30:35 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-14 08:30:35 -0400 |
commit | b0084b1adcc5c446387f90a87100c1f97b4e71ec (patch) | |
tree | dbfee82b3a54f6fb9eb5394a05af617297840936 /gogs.go | |
parent | 5ed5aa5228feba935679df8cb676af62018cc25d (diff) | |
download | gitea-b0084b1adcc5c446387f90a87100c1f97b4e71ec.tar.gz gitea-b0084b1adcc5c446387f90a87100c1f97b4e71ec.zip |
Litte bug fix
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.4.0513 Alpha" +const APP_VER = "0.3.4.0514 Alpha" func init() { base.AppVer = APP_VER |