Skip to content

Commit a1e0de1

Browse files
committed
bump version to v2.10.0
1 parent d35274a commit a1e0de1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ outputs:
101101
description: Deprecated! Holds badge color value.
102102
runs:
103103
using: docker
104-
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.9.0
104+
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.10.0
105105
args:
106106
- --config=${{ inputs.config || '''''' }}
107107
- --profile=${{ inputs.profile || '''''' }}

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
const (
15-
Version = "v2.9.0"
15+
Version = "v2.10.0"
1616
Name = "go-test-coverage"
1717
)
1818

0 commit comments

Comments
 (0)