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>
2016-03-25 18:04:02 -0400
committer
Unknwon <u@gogs.io>
2016-03-25 18:04:02 -0400
commit
b1d41cfa603aee63711fbc23bb02fced5a4c54e3
(
patch
)
tree
dc79e8f9c8dec5ab324b27d10108667e7b4d9090
/
gogs.go
parent
9dda9ef07c03000cb961a80e3c75459c58602009
(
diff
)
#1692 add admin APIs to add/remove a user from teams
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 f6bd4f70..aa776356 100644
--- a/
gogs.go
+++ b/
gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.9.15.0323"
+const APP_VER = "0.9.16.0325"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())