diff options
author | Michael Boke <michael@mbict.nl> | 2014-10-03 22:51:07 +0200 |
---|---|---|
committer | Michael Boke <michael@mbict.nl> | 2014-10-03 22:51:07 +0200 |
commit | ba1270df2d3d835b397317f133963e7b517242f1 (patch) | |
tree | 1265a142a1fd9951d30ae11648e7fbfb5806e594 /gogs.go | |
parent | ba0feadc34400cb91ff23f66096884d862651cdd (diff) | |
parent | 405ee14711ab946bd709ec28a526890c40cbc03b (diff) |
Merge remote-tracking branch 'upstream/master'
Conflicts:
conf/app.ini
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.4.9.0831 Beta" +const APP_VER = "0.5.4.1003 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) @@ -35,6 +35,7 @@ func main() { cmd.CmdUpdate, cmd.CmdFix, cmd.CmdDump, + cmd.CmdCert, } app.Flags = append(app.Flags, []cli.Flag{}...) app.Run(os.Args) |