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-04-26 00:22:03 -0400
committer
Unknwon <u@gogs.io>
2016-04-26 00:22:03 -0400
commit
0325bec283db28ee6a464f2d1884df0c48977373
(
patch
)
tree
3138b6e97fab1d8b601f9d02f67eb9d2867a3f55
/
gogs.go
parent
dfad51fe9ece4f84662be9e47fd19c59439050f5
(
diff
)
#2895 minor fix for bug of xorm
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 6bfd9e68..73fc00c2 100644
--- a/
gogs.go
+++ b/
gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.9.22.0425"
+const APP_VER = "0.9.23.0426"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())