diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-07 12:09:30 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-07 12:09:30 -0400 |
commit | 7407f9caf3e0baf3f9b7894fab021356662eed17 (patch) | |
tree | f8a06f17b900657e4088973e31b24ba93125190e /gogs.go | |
parent | 8ca14e210959b9316a4eed6e127de1eb775fda74 (diff) | |
download | gitea-7407f9caf3e0baf3f9b7894fab021356662eed17.tar.gz gitea-7407f9caf3e0baf3f9b7894fab021356662eed17.zip |
Finish issue design
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.3.0506 Alpha" +const APP_VER = "0.3.3.0507 Alpha" func init() { base.AppVer = APP_VER |