summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-10-31 18:59:07 -0400
committerUnknwon <u@gogs.io>2015-10-31 18:59:07 -0400
commitfad31ca302e50af8fa2296b26606e3fd9469ebfc (patch)
tree51e66832d4811b4bbb7ec4b1cf5a68fc2d44918f /gogs.go
parent6b8bef3cf6c61459f8bec03aa05e2ebcd099f871 (diff)
downloadgitea-fad31ca302e50af8fa2296b26606e3fd9469ebfc.tar.gz
gitea-fad31ca302e50af8fa2296b26606e3fd9469ebfc.zip
work on #1748
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/gogs.go b/gogs.go
index b66f70fdad..420bb3a6dd 100644
--- a/gogs.go
+++ b/gogs.go
@@ -4,7 +4,7 @@
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
-// Gogs(Go Git Service) is a painless self-hosted Git Service written in Go.
+// Gogs (Go Git Service) is a painless self-hosted Git Service.
package main
import (
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.6.18.1031 Beta"
+const APP_VER = "0.6.19.1031 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())