Skip to content

Commit

Permalink
Bump version to v1.5.0
Browse files Browse the repository at this point in the history
Also add missing verbose flag in GitHub workflow.
  • Loading branch information
dirk committed Apr 10, 2023
1 parent 2e309b4 commit 72d7089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Rebuild and test with unit coverage
run: |
go build -v
go test ./... -count=1 -coverprofile=coverage/unit-coverage.txt
go test ./... -v -count=1 -coverprofile=coverage/unit-coverage.txt
- name: Process coverage
# Coverage is simple text files, so we can combine the integration
# and unit test coverage by simply appending the latter with the
Expand Down
2 changes: 1 addition & 1 deletion quickhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/dirk/quickhook/repo"
)

const VERSION = "2.0.0-pre"
const VERSION = "1.5.0"

var cli struct {
Install struct {
Expand Down

0 comments on commit 72d7089

Please sign in to comment.