summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-06-20 00:25:23 -0400
committerUnknown <joe2010xtmf@163.com>2014-06-20 00:25:23 -0400
commit6c8d630bef3a58860237856c648e56f4b9cea97d (patch)
treed1e10401573ddf63787e45642a3cb72dfb324351 /gogs.go
parentf147ad619a68440ef6c30d797a8217e687e8d51d (diff)
downloadgitea-6c8d630bef3a58860237856c648e56f4b9cea97d.tar.gz
gitea-6c8d630bef3a58860237856c648e56f4b9cea97d.zip
Add database log adapter
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 7e1459e54c..f8b31c9f68 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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())