diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-16 13:41:08 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-16 13:41:08 -0400 |
commit | 956f011dd3cb09d78f4cb2fb09b1cb4f50d23473 (patch) | |
tree | b13150bdc2b3cca0a83d717b7622c6017d78b9c7 /gogs.go | |
parent | 16e162b669c339cae07fc3844ae5a40295f6339c (diff) |
Fix #186
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |