Skip to content

Commit

Permalink
-Fix goreporter version
Browse files Browse the repository at this point in the history
  • Loading branch information
wgliang committed Oct 25, 2017
1 parent 91b1cc0 commit 4c4c67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand Down

0 comments on commit 4c4c67a

Please sign in to comment.