summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-27 11:37:33 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-27 11:37:33 -0400
commitf470c241d6b1de30e4f500a6cf69f6ecd0cf8b41 (patch)
treeaba8fc0973c410c938af5988e2e5d09374252738 /gogs.go
parentc796ed3849e3cd5b28cc8234edc71bbedafbc7da (diff)
downloadgitea-f470c241d6b1de30e4f500a6cf69f6ecd0cf8b41.tar.gz
gitea-f470c241d6b1de30e4f500a6cf69f6ecd0cf8b41.zip
IP: RC Code Review
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 ba443c6e65..57d9d62c67 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.0326 Alpha"
+const APP_VER = "0.1.8.0327 Alpha"
func init() {
base.AppVer = APP_VER