We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1935a commit d0c0893Copy full SHA for d0c0893
Dockerfile.action
@@ -1 +1 @@
1
-FROM optum/semver-cli:0.9.20
+FROM optum/semver-cli:0.9.21
VERSION
-0.9.20
+0.9.21
setup/action.yml
@@ -6,7 +6,7 @@ branding:
6
inputs:
7
version:
8
description: Version
9
- default: 0.9.20
+ default: 0.9.21
10
token:
11
description: GitHub Token
12
required: false
src/info.ts
@@ -2,4 +2,4 @@
2
* The current version, kept in sync with VERSION
3
* via the `inc` command. Output with the `--version` flag.
4
*/
5
-export const version = "0.9.20";
+export const version = "0.9.21";
0 commit comments