From be792337fbc64f7cbe694739788048ac66cf72a7 Mon Sep 17 00:00:00 2001 From: boyce Date: Thu, 29 Oct 2020 19:45:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BD=91=E7=BB=9C=E5=B1=82?= =?UTF-8?q?=E7=9A=84GC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- node/node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/node.go b/node/node.go index 05d8dee..584f646 100644 --- a/node/node.go +++ b/node/node.go @@ -44,7 +44,7 @@ func usage(val interface{}) error{ return nil } - fmt.Fprintf(os.Stderr, `orgin version: orgin/2.13.20201028 + fmt.Fprintf(os.Stderr, `orgin version: orgin/2.14.20201029 Usage: originserver [-help] [-start node=1] [-stop] [-config path] [-pprof 0.0.0.0:6060] `) console.PrintDefaults()