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>
2017-04-03 22:24:21 -0400
committer
Unknwon <u@gogs.io>
2017-04-03 22:24:21 -0400
commit
b873ec2bcea6d7b6205925646275c27f7f157a93
(
patch
)
tree
08c3551d2b0f715ca072b035a6690907e4e085b4
/
gogs.go
parent
1bc805bb4b1f9d3afbbce357939b28594e372c58
(
diff
)
templates/repo/branches: hide pull request button if not allowed (#4377)
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 8b03a435..a3d9c3a1 100644
--- a/
gogs.go
+++ b/
gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.11.0.0403"
+const APP_VER = "0.11.1.0403"
func init() {
setting.AppVer = APP_VER