1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-07-02 16:38:34 +00:00

Add complete log configuration

This commit is contained in:
Unknown 2014-03-19 04:08:25 -04:00
parent 57db97b32c
commit cef9bbd530
4 changed files with 64 additions and 11 deletions

View file

@ -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