mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-05-22 17:48:23 +08:00
UI: Confirmation box
This commit is contained in:
3
gogs.go
3
gogs.go
@ -17,7 +17,7 @@ import (
|
||||
"github.com/gogits/gogs/modules/setting"
|
||||
)
|
||||
|
||||
const APP_VER = "0.5.4.0926 Beta"
|
||||
const APP_VER = "0.5.4.0927 Beta"
|
||||
|
||||
func init() {
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
@ -38,5 +38,6 @@ func main() {
|
||||
cmd.CmdCert,
|
||||
}
|
||||
app.Flags = append(app.Flags, []cli.Flag{}...)
|
||||
println(runtime.Version())
|
||||
app.Run(os.Args)
|
||||
}
|
||||
|
Reference in New Issue
Block a user