diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-26 08:55:13 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-26 08:55:13 -0400 |
commit | b8368f98ffc79a6c6c7bceed50a2989049d3eb1a (patch) | |
tree | eb6918a6539cfa68b6cc4a582c21fd0e3e4d2348 /gogs.go | |
parent | 3164354255a01e98b1c5d4d668c3b1c62474b240 (diff) | |
download | gitea-b8368f98ffc79a6c6c7bceed50a2989049d3eb1a.tar.gz gitea-b8368f98ffc79a6c6c7bceed50a2989049d3eb1a.zip |
Add directory level commit message
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/setting" ) -const APP_VER = "0.5.4.0925 Beta" +const APP_VER = "0.5.4.0926 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |