Skip to content

Commit

Permalink
version bump to v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vladopajic committed Jul 4, 2023
1 parent 06774e2 commit dc15a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ outputs:
description: Holds badge color value.
runs:
using: docker
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.7.0
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.7.1
args:
- --config=${{ inputs.config }}
- --profile=${{ inputs.profile }}
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/vladopajic/go-test-coverage/v2/pkg/testcoverage"
)

const Version = "v2.7.0"
const Version = "v2.7.1"

type args struct {
ConfigPath string `arg:"-c,--config"`
Expand Down

0 comments on commit dc15a00

Please sign in to comment.