diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-24 07:36:38 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-24 07:36:38 -0400 |
commit | 59bbddb3183c27cbb5fb7918cefd9bb3a763a410 (patch) | |
tree | 89f4faae12e81201268055029863db7a61c4a9ea /gogs.go | |
parent | d44c44987f704e2d4343db8c252281c86adb4a71 (diff) | |
download | gitea-59bbddb3183c27cbb5fb7918cefd9bb3a763a410.tar.gz gitea-59bbddb3183c27cbb5fb7918cefd9bb3a763a410.zip |
Mirror fix
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,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.7.0323.1" +const APP_VER = "0.1.7.0324" func init() { base.AppVer = APP_VER |