Skip to content

Commit 893ae52

Browse files
[tagpr] prepare for the next release
1 parent 3370c6b commit 893ae52

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.13.0"
8+
default: "v1.14.0"
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.13.0"
3+
const version = "1.14.0"
44

55
var revision = "HEAD"

0 commit comments

Comments
 (0)