diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-19 04:08:25 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-19 04:08:25 -0400 |
commit | cef9bbd5305d42cdb4e1b807ec0fb55fcff09067 (patch) | |
tree | 42faf9e4b2dcf27879d363bfaa9cd11d315c2fd0 /gogs.go | |
parent | 57db97b32ca4085e549a41480d35cee743ca3f99 (diff) | |
download | gitea-cef9bbd5305d42cdb4e1b807ec0fb55fcff09067.tar.gz gitea-cef9bbd5305d42cdb4e1b807ec0fb55fcff09067.zip |
Add complete log configuration
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.1.0.0318.1" +const APP_VER = "0.1.0.0319.1" func init() { base.AppVer = APP_VER |