Skip to content

Commit

Permalink
chore: release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jun 21, 2020
1 parent db39643 commit 733c19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/config/cmd_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type IgsoConfig struct {
ReporterPath string
}

const VERSION = "0.0.1"
const VERSION = "0.0.2"
var CmdConfig = &IgsoConfig{
ReporterPath: "merry",
}

0 comments on commit 733c19d

Please sign in to comment.