Skip to content

Commit 5bc7cf2

Browse files
[tagpr] prepare for the next release
1 parent 40a60a0 commit 5bc7cf2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputs:
55
version:
66
description: "A version to install tagpr"
77
required: false
8-
default: "v1.18.2"
8+
default: "v1.18.3"
99
config:
1010
description: "A path to the tagpr configuration file"
1111
required: false

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package tagpr
22

3-
const version = "1.18.2"
3+
const version = "1.18.3"
44

55
var revision = "HEAD"

0 commit comments

Comments
 (0)