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

Merge branch 'dev' of github.com:gogits/gogs into dev

This commit is contained in:
Lunny Xiao
2014-04-30 10:24:00 +08:00
41 changed files with 231 additions and 228 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.0422 Alpha"
const APP_VER = "0.3.1.0427 Alpha"
func init() {
base.AppVer = APP_VER