1
0
Fork 0
forked from forgejo/forgejo

Add basic render of public act

This commit is contained in:
Unknown 2014-03-15 00:50:51 -04:00
parent 2289ff20bf
commit adb17791bd
10 changed files with 472 additions and 26 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.7.0314"
const APP_VER = "0.0.8.0315"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())