1
0
Fork 0
forked from forgejo/forgejo

UI: Confirmation box

This commit is contained in:
Unknwon 2014-09-28 01:38:25 -04:00
parent ad2ab6d214
commit 49193bebd2
19 changed files with 210 additions and 86 deletions

View file

@ -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)
}