1
0
Fork 0
forked from forgejo/forgejo

Clean code

This commit is contained in:
Unknown 2014-03-16 02:53:41 -04:00
parent 50df58a893
commit c3e0554fd7
3 changed files with 23 additions and 10 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.0.8.0315"
const APP_VER = "0.0.8.0316.1"
func init() {
base.AppVer = APP_VER