diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-29 06:55:51 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-29 06:55:51 -0400 |
commit | beb1761d7c9c2bd85a9f67895836c77ec4bbb6bc (patch) | |
tree | 38a6f52de8f1810f602901463c63cbfcc145cfc0 /gogs.go | |
parent | bf2e76fc7ef187ce3b3e1ed9172cedf55d8fd5cb (diff) | |
download | gitea-beb1761d7c9c2bd85a9f67895836c77ec4bbb6bc.tar.gz gitea-beb1761d7c9c2bd85a9f67895836c77ec4bbb6bc.zip |
Mirror fix
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.1.9.0328 Alpha" +const APP_VER = "0.1.9.0329 Alpha" func init() { base.AppVer = APP_VER |