summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-26 07:24:20 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-26 07:24:20 -0400
commited9b7d2db9d797105a62a0c2078c614ab90ff956 (patch)
tree6e87b93b78c34d67a3c67e53221a72321670e6df /gogs.go
parent78979c6d4c1408910cf12546b26d727752c62250 (diff)
downloadgitea-ed9b7d2db9d797105a62a0c2078c614ab90ff956.tar.gz
gitea-ed9b7d2db9d797105a62a0c2078c614ab90ff956.zip
More on diff page
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 f5a328add9..d88a2bc6f4 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.8.0325"
+const APP_VER = "0.1.8.0326"
func init() {
base.AppVer = APP_VER