summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
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 b80240d861..3d46bb955a 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.1026 Beta"
+const APP_VER = "0.6.20.1031 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())