From b1b6def5bcb016d555e8078af404e8e2fa948748 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 20 Feb 2014 14:53:56 +0800 Subject: improved ssh supports --- gogs.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 63ad3318..bf2586d8 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( // Test that go1.1 tag above is included in builds. main.go refers to this definition. const go11tag = true -const APP_VER = "0.0.0.0219" +const APP_VER = "0.0.0.0220" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) @@ -36,5 +36,4 @@ func main() { cli.BoolFlag{"noterm", "disable color output"}, }...) app.Run(os.Args) - println("wo cao???") } -- cgit v1.2.3