diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-16 02:53:41 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-16 02:53:41 -0400 |
commit | c3e0554fd77f976b58a8da10d4878353bb895a78 (patch) | |
tree | 98199e67fe35812eb68427c310416e4eaa840a56 /gogs.go | |
parent | 50df58a893b745abff74bdcbb9be3fc0d10d21f4 (diff) | |
download | gitea-c3e0554fd77f976b58a8da10d4878353bb895a78.tar.gz gitea-c3e0554fd77f976b58a8da10d4878353bb895a78.zip |
Clean code
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ import ( // Test that go1.1 tag above is included in builds. main.go refers to this definition. const go11tag = true -const APP_VER = "0.0.8.0315" +const APP_VER = "0.0.8.0316.1" func init() { base.AppVer = APP_VER |