Skip to content

Commit 8b2ef9f

Browse files
committed
0.9.18
1 parent ea170f9 commit 8b2ef9f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.17
1+
0.9.18

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.17
9+
default: 0.9.18
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.17";
5+
export const version = "0.9.18";

0 commit comments

Comments
 (0)