diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-28 03:31:50 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-28 03:31:50 -0400 |
commit | 5e747bc877957c04425fd6d4753794a54798b622 (patch) | |
tree | 281e27d0fc56c9e62fa55f5ad5474aa18f9b043a /gogs.go | |
parent | 11af8658cf7c5973cd0d5a7910885eae2d1c9b71 (diff) | |
download | gitea-5e747bc877957c04425fd6d4753794a54798b622.tar.gz gitea-5e747bc877957c04425fd6d4753794a54798b622.zip |
Clean old dockerfiles
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.5.4.0927 Beta" +const APP_VER = "0.5.4.0928 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) @@ -38,6 +38,5 @@ func main() { cmd.CmdCert, } app.Flags = append(app.Flags, []cli.Flag{}...) - println(runtime.Version()) app.Run(os.Args) } |