summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-06 13:07:34 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-06 13:07:34 -0400
commit794cd27db3de55cce4c5d3716bf9e60fadaa86bc (patch)
tree877c0ef33efbf4a9f48bd2e1ebd66c1e684547fe /gogs.go
parentcd5b800a2119c20ac289a541ea8c1e0b226486fe (diff)
downloadgitea-794cd27db3de55cce4c5d3716bf9e60fadaa86bc.tar.gz
gitea-794cd27db3de55cce4c5d3716bf9e60fadaa86bc.zip
Fix bug related to log
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 13b9d377d3..0e48ff7b11 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.2.1.0405 Alpha"
+const APP_VER = "0.2.1.0406 Alpha"
func init() {
base.AppVer = APP_VER