summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-19 04:08:25 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-19 04:08:25 -0400
commitcef9bbd5305d42cdb4e1b807ec0fb55fcff09067 (patch)
tree42faf9e4b2dcf27879d363bfaa9cd11d315c2fd0 /gogs.go
parent57db97b32ca4085e549a41480d35cee743ca3f99 (diff)
downloadgitea-cef9bbd5305d42cdb4e1b807ec0fb55fcff09067.tar.gz
gitea-cef9bbd5305d42cdb4e1b807ec0fb55fcff09067.zip
Add complete log configuration
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index 2757fbc115..106e8b1d93 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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