mirror of
https://github.com/go-gitea/gitea.git
synced 2024-12-04 14:46:57 -05:00
Update gopmfile
This commit is contained in:
parent
7e2ea7639e
commit
e9875edcad
@ -11,8 +11,8 @@ github.com/Unknwon/i18n =
|
|||||||
github.com/Unknwon/macaron =
|
github.com/Unknwon/macaron =
|
||||||
github.com/codegangsta/cli = commit:7381bc4e62
|
github.com/codegangsta/cli = commit:7381bc4e62
|
||||||
github.com/go-sql-driver/mysql = commit:8111ee3ec3
|
github.com/go-sql-driver/mysql = commit:8111ee3ec3
|
||||||
github.com/go-xorm/core = commit:750aae0fa5
|
github.com/go-xorm/core =
|
||||||
github.com/go-xorm/xorm = commit:2d8b3135b1
|
github.com/go-xorm/xorm =
|
||||||
github.com/gogits/gfm = commit:40f747a9c0
|
github.com/gogits/gfm = commit:40f747a9c0
|
||||||
github.com/gogits/oauth2 = commit:99cbec870a
|
github.com/gogits/oauth2 = commit:99cbec870a
|
||||||
github.com/lib/pq = commit:b021d0ef20
|
github.com/lib/pq = commit:b021d0ef20
|
||||||
|
2
gogs.go
2
gogs.go
@ -17,7 +17,7 @@ import (
|
|||||||
"github.com/gogits/gogs/modules/setting"
|
"github.com/gogits/gogs/modules/setting"
|
||||||
)
|
)
|
||||||
|
|
||||||
const APP_VER = "0.5.6.1027 Beta"
|
const APP_VER = "0.5.6.1102 Beta"
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||||
|
@ -1 +1 @@
|
|||||||
0.5.6.1027 Beta
|
0.5.6.1102 Beta
|
Loading…
Reference in New Issue
Block a user