Skip to content

Commit

Permalink
bumpup
Browse files Browse the repository at this point in the history
  • Loading branch information
zabio3 committed Aug 12, 2024
1 parent 7e94ce6 commit 1742f8e
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 @@ -25,7 +25,7 @@ const (

const name = "godolint"

const version = "1.0.2"
const version = "1.0.3"

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 @@ -40,7 +40,7 @@ Available options:
},
{
command: "godolint --version",
expectedOutStream: "godolint version 1.0.2\n",
expectedOutStream: "godolint version 1.0.3\n",
expectedErrStream: "",
expectedExitCode: ExitCodeOK,
},
Expand Down

0 comments on commit 1742f8e

Please sign in to comment.