1
0
Fork 0
forked from forgejo/forgejo

Fix commit feed ui

This commit is contained in:
Unknown 2014-03-16 12:07:35 -04:00
parent c97a435d73
commit ec65be79f0
5 changed files with 20 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.0316.1"
const APP_VER = "0.0.9.0316.1"
func init() {
base.AppVer = APP_VER