aboutsummaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-12-02 01:10:13 -0500
committerUnknwon <u@gogs.io>2015-12-02 01:10:13 -0500
commit926e91820a626bb980b322ca4f0b22c2a4bf8a7d (patch)
treea06920fd993831b943bd8b26c7cadd568a5fbb43 /gogs.go
parent91ae2ad28b2e0cf4ff6ce761ebb2632c6c8019e3 (diff)
downloadgitea-926e91820a626bb980b322ca4f0b22c2a4bf8a7d.tar.gz
gitea-926e91820a626bb980b322ca4f0b22c2a4bf8a7d.zip
#2071 Diff is not showing full content when has super long one line
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 e46030ecf0..f6a7df3bf6 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.7.25.1202 Beta"
+const APP_VER = "0.7.26.1202 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())