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-11-19 21:55:21 -0500
committer
Unknwon <u@gogs.io>
2016-11-19 21:55:21 -0500
commit
95065de39aa6aaffb0ccf4510b74ec0858e9c758
(
patch
)
tree
1f5ad1ecf3d2cd3b61390956f376819cc5d2812f
/
gogs.go
parent
a3ea4b88025aad9f41e1635fb82a5a25433bb28e
(
diff
)
Fork go-libravatar to remove import path check
To use GitHub import path as much as possible.
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 05eb66ca..a8e9ea6a 100644
--- a/
gogs.go
+++ b/
gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.9.99.1119"
+const APP_VER = "0.9.100.1119"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())