From 4c4c67a8d74431a31b6455628a040dde65c99d98 Mon Sep 17 00:00:00 2001 From: wangguoliang Date: Wed, 25 Oct 2017 14:36:51 +0800 Subject: [PATCH] -Fix goreporter version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 9bf92bf..eea98ed 100644 --- a/main.go +++ b/main.go @@ -43,7 +43,7 @@ import ( // -f:Set the format to generate reports, support text, html and json,not // necessarily using the default formate-html. -const VERSION = "3.0.0-dev" +const VERSION = "v3.0.0" var ( version = flag.Bool("version", false, "print GoReporter version.")