summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-09-28 03:31:50 -0400
committerUnknwon <joe2010xtmf@163.com>2014-09-28 03:31:50 -0400
commit5e747bc877957c04425fd6d4753794a54798b622 (patch)
tree281e27d0fc56c9e62fa55f5ad5474aa18f9b043a /gogs.go
parent11af8658cf7c5973cd0d5a7910885eae2d1c9b71 (diff)
downloadgitea-5e747bc877957c04425fd6d4753794a54798b622.tar.gz
gitea-5e747bc877957c04425fd6d4753794a54798b622.zip
Clean old dockerfiles
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/gogs.go b/gogs.go
index a5d9a49f82..e7bbb01877 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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)
}