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-06-08 15:53:19 -0400
committer
Unknwon <u@gogs.io>
2017-06-08 15:53:19 -0400
commit
09f2cbfb183f5ff3003ed93fb97bd2f9a69c24d7
(
patch
)
tree
deace0ca93e865b56300784de0df1f3bc40d51ae
/
gogs.go
parent
88791089ed9b8c163f256f953b192488c36a9f88
(
diff
)
api/repo: response full API format for search results (#4522)
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 c03661a4..7cf99ee6 100644
--- a/
gogs.go
+++ b/
gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/pkg/setting"
)
-const APP_VER = "0.11.17.0607"
+const APP_VER = "0.11.18.0608"
func init() {
setting.AppVer = APP_VER