Skip to content

Commit c7fe52e

Browse files
committed
version bump to v2.10.2
1 parent e3daf9d commit c7fe52e

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.10.1
104+
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.10.2
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.10.1"
15+
Version = "v2.10.2"
1616
Name = "go-test-coverage"
1717
)
1818

0 commit comments

Comments
 (0)