aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-16 13:41:08 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-16 13:41:08 -0400
commit956f011dd3cb09d78f4cb2fb09b1cb4f50d23473 (patch)
treeb13150bdc2b3cca0a83d717b7622c6017d78b9c7 /gogs.go
parent16e162b669c339cae07fc3844ae5a40295f6339c (diff)
Fix #186
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 cb098939..a21d8eae 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/base"
)
-const APP_VER = "0.3.4.0515 Alpha"
+const APP_VER = "0.3.5.0516 Alpha"
func init() {
base.AppVer = APP_VER