diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-10 23:41:10 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-10 23:41:10 -0400 |
commit | ed546912e5e4aa7c33230365707065a646f5e137 (patch) | |
tree | 06131c466d60544d4f96f35e7740f62fd3a2ea9d /gogs.go | |
parent | ee2d8d246927431859420c9a6304cd5ed5b95756 (diff) | |
download | gitea-ed546912e5e4aa7c33230365707065a646f5e137.tar.gz gitea-ed546912e5e4aa7c33230365707065a646f5e137.zip |
fix #52 fix #34
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.4.0410 Alpha" +const APP_VER = "0.2.5.0410 Alpha" func init() { base.AppVer = APP_VER |