diff options
author | Unknown <joe2010xtmf@163.com> | 2014-06-20 00:25:23 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-06-20 00:25:23 -0400 |
commit | 6c8d630bef3a58860237856c648e56f4b9cea97d (patch) | |
tree | d1e10401573ddf63787e45642a3cb72dfb324351 /gogs.go | |
parent | f147ad619a68440ef6c30d797a8217e687e8d51d (diff) | |
download | gitea-6c8d630bef3a58860237856c648e56f4b9cea97d.tar.gz gitea-6c8d630bef3a58860237856c648e56f4b9cea97d.zip |
Add database log adapter
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.4.4.0619 Alpha" +const APP_VER = "0.4.4.0620 Alpha" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |