diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-06 13:07:34 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-06 13:07:34 -0400 |
commit | 794cd27db3de55cce4c5d3716bf9e60fadaa86bc (patch) | |
tree | 877c0ef33efbf4a9f48bd2e1ebd66c1e684547fe /gogs.go | |
parent | cd5b800a2119c20ac289a541ea8c1e0b226486fe (diff) | |
download | gitea-794cd27db3de55cce4c5d3716bf9e60fadaa86bc.tar.gz gitea-794cd27db3de55cce4c5d3716bf9e60fadaa86bc.zip |
Fix bug related to log
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.1.0405 Alpha" +const APP_VER = "0.2.1.0406 Alpha" func init() { base.AppVer = APP_VER |