Skip to content

Commit

Permalink
release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zabio3 committed Mar 31, 2019
1 parent 3c3e294 commit b2f9587
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (

const name = "godolint"

const version = "0.0.3"
const version = "0.0.4"

const usage = `godolint - Dockerfile Linter written in Golang
Expand Down
2 changes: 1 addition & 1 deletion cmd/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Other Commands:
},
{
command: "godolint --version",
expectedOutStream: "godolint version 0.0.3\n",
expectedOutStream: "godolint version 0.0.4\n",
expectedErrStream: "",
expectedExitCode: ExitCodeOK,
},
Expand Down

0 comments on commit b2f9587

Please sign in to comment.