1
0
Fork 0
forked from forgejo/forgejo

Mirror fix on #45

This commit is contained in:
Unknown 2014-03-30 09:39:44 -04:00
parent b1627672f9
commit 03cc39ea12
3 changed files with 42 additions and 38 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.2.0.0329 Alpha"
const APP_VER = "0.2.0.0330 Alpha"
func init() {
base.AppVer = APP_VER