summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-28 08:39:35 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-28 08:39:35 -0400
commitcb05b8325cdd85dda9bbebf61d8993da34d80e70 (patch)
tree02f277bc119d4ba6368aac7cb9660e1ee7c3869b /gogs.go
parent6bd4f34c8dad50da5dc861ffdaebae1577f8881e (diff)
downloadgitea-cb05b8325cdd85dda9bbebf61d8993da34d80e70.tar.gz
gitea-cb05b8325cdd85dda9bbebf61d8993da34d80e70.zip
Update config option
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 f2f408cccb..f4b7c72feb 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.9.0327 Alpha"
+const APP_VER = "0.1.9.0328 Alpha"
func init() {
base.AppVer = APP_VER