diff options
author | Unknwon <u@gogs.io> | 2015-09-09 12:42:24 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-09 12:42:24 -0400 |
commit | b75d0378cbbf0523963fd9bc749543244be7392b (patch) | |
tree | bcb201cf2fa6963ce23ad97465a42a120cdc0856 /gogs.go | |
parent | f432f1f41c8a6dafee9b94abe9dccc972a839f87 (diff) |
clean log
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.6.9.0907 Beta" +const APP_VER = "0.6.9.0909 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |