Skip to content

Commit

Permalink
[tagpr] prepare for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 31, 2023
1 parent 33308e0 commit 17fa707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
version:
description: "A version to install tagpr"
required: false
default: "v1.1.4"
default: "v1.2.0"
outputs:
tag:
description: "The semver tag, which is output only when the tagpr has tagged"
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package tagpr

const version = "1.1.4"
const version = "1.2.0"

var revision = "HEAD"

0 comments on commit 17fa707

Please sign in to comment.