|
@ -18,7 +18,7 @@ import ( |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
// Version holds the current Gitea version
|
|
|
// Version holds the current Gitea version
|
|
|
var Version = "1.0.0+dev" |
|
|
|
|
|
|
|
|
var Version = "1.1.0+dev" |
|
|
|
|
|
|
|
|
func init() { |
|
|
func init() { |
|
|
runtime.GOMAXPROCS(runtime.NumCPU()) |
|
|
runtime.GOMAXPROCS(runtime.NumCPU()) |
|
|