1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-05 01:57:20 +00:00

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