1
0
Fork 0
forked from forgejo/forgejo

Prepare for v0.3.1 hotfix

This commit is contained in:
Unknown 2014-04-28 21:53:40 -04:00
parent 31805e2bbe
commit 2401e68d7e
7 changed files with 5 additions and 6 deletions

View file

@ -19,7 +19,7 @@ import (
// Test that go1.2 tag above is included in builds. main.go refers to this definition.
const go12tag = true
const APP_VER = "0.3.0.0427 Alpha"
const APP_VER = "0.3.1.0427 Alpha"
func init() {
base.AppVer = APP_VER