index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
gogs.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Unknwon <u@gogs.io>
2018-09-28 23:56:45 -0400
committer
Unknwon <u@gogs.io>
2018-09-28 23:56:45 -0400
commit
0d66b1cc1c8c44c041f5274f967535d62bd371e1
(
patch
)
tree
2d1cc270322f9a03768da18e55f12e65ec7a2511
/
gogs.go
parent
1843354d88b4998a93fc0165ccca760977be3e73
(
diff
)
pkg/context: apply EscapePound at context level
Always escape template variable {{.Link}} variable and redirect calls. Relates to #5442
Diffstat
(limited to 'gogs.go')
-rw-r--r--
gogs.go
2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index a3ec36f0..565427cc 100644
--- a/
gogs.go
+++ b/
gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogs/gogs/pkg/setting"
)
-const APP_VER = "0.11.67.0928"
+const APP_VER = "0.11.68.0928"
func init() {
setting.AppVer = APP_VER