Skip to content

Commit 4c4c67a

Browse files
committed
-Fix goreporter version
1 parent 91b1cc0 commit 4c4c67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import (
4343
// -f:Set the format to generate reports, support text, html and json,not
4444
// necessarily using the default formate-html.
4545

46-
const VERSION = "3.0.0-dev"
46+
const VERSION = "v3.0.0"
4747

4848
var (
4949
version = flag.Bool("version", false, "print GoReporter version.")

0 commit comments

Comments
 (0)