Skip to content

Commit cd19bbd

Browse files
[tagpr] prepare for the next release
1 parent ebf6830 commit cd19bbd

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
@@ -4,7 +4,7 @@ inputs:
44
version:
55
description: "A version to install tagpr"
66
required: false
7-
default: "v0.1.1"
7+
default: "v0.1.2"
88
runs:
99
using: "composite"
1010
steps:

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 = "0.1.1"
3+
const version = "0.1.2"
44

55
var revision = "HEAD"

0 commit comments

Comments
 (0)