diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-18 18:07:04 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-18 18:07:04 -0400 |
commit | 93f8f9252304d4e8028e13dd95e4cdf2e3178594 (patch) | |
tree | 43218b1bbb2f3cb466b9afa8ed60022924526519 /gogs.go | |
parent | a4c3ab48a52a0cade5d3c3ba76c5555ed1453566 (diff) | |
download | gitea-93f8f9252304d4e8028e13dd95e4cdf2e3178594.tar.gz gitea-93f8f9252304d4e8028e13dd95e4cdf2e3178594.zip |
Finish create new label
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.0516 Alpha" +const APP_VER = "0.3.5.0518 Alpha" func init() { base.AppVer = APP_VER |