summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-29 06:55:51 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-29 06:55:51 -0400
commitbeb1761d7c9c2bd85a9f67895836c77ec4bbb6bc (patch)
tree38a6f52de8f1810f602901463c63cbfcc145cfc0 /gogs.go
parentbf2e76fc7ef187ce3b3e1ed9172cedf55d8fd5cb (diff)
downloadgitea-beb1761d7c9c2bd85a9f67895836c77ec4bbb6bc.tar.gz
gitea-beb1761d7c9c2bd85a9f67895836c77ec4bbb6bc.zip
Mirror fix
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index f4b7c72feb..f1372f0cfc 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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.1.9.0328 Alpha"
+const APP_VER = "0.1.9.0329 Alpha"
func init() {
base.AppVer = APP_VER