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 7f0098e commit a4fe683Copy full SHA for a4fe683
VERSION
@@ -1 +1 @@
1
-0.9.3
+0.9.4
setup/action.yml
@@ -6,7 +6,7 @@ branding:
6
inputs:
7
version:
8
description: Version
9
- default: 0.9.3
+ default: 0.9.4
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.3";
+export const version = "0.9.4";
0 commit comments