diff --git a/VERSION b/VERSION index 965065d..a602fc9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.3 +0.9.4 diff --git a/setup/action.yml b/setup/action.yml index 23b5e2c..41ed746 100644 --- a/setup/action.yml +++ b/setup/action.yml @@ -6,7 +6,7 @@ branding: inputs: version: description: Version - default: 0.9.3 + default: 0.9.4 token: description: GitHub Token required: false diff --git a/src/info.ts b/src/info.ts index ddfdfab..d620c50 100644 --- a/src/info.ts +++ b/src/info.ts @@ -2,4 +2,4 @@ * The current version, kept in sync with VERSION * via the `inc` command. Output with the `--version` flag. */ -export const version = "0.9.3"; +export const version = "0.9.4";