Skip to content

Commit d0c0893

Browse files
committed
0.9.21
1 parent 1a1935a commit d0c0893

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile.action

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM optum/semver-cli:0.9.20
1+
FROM optum/semver-cli:0.9.21

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.20
1+
0.9.21

setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ branding:
66
inputs:
77
version:
88
description: Version
9-
default: 0.9.20
9+
default: 0.9.21
1010
token:
1111
description: GitHub Token
1212
required: false

src/info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* The current version, kept in sync with VERSION
33
* via the `inc` command. Output with the `--version` flag.
44
*/
5-
export const version = "0.9.20";
5+
export const version = "0.9.21";

0 commit comments

Comments
 (0)