From 89310a201c526c584a81f7978944fd01713e3a26 Mon Sep 17 00:00:00 2001 From: Justin Chase Date: Sun, 1 Sep 2024 19:03:13 +0000 Subject: [PATCH] 0.9.2 --- VERSION | 2 +- setup/action.yml | 2 +- src/info.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index f374f66..2003b63 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.1 +0.9.2 diff --git a/setup/action.yml b/setup/action.yml index 6874520..0f17380 100644 --- a/setup/action.yml +++ b/setup/action.yml @@ -6,7 +6,7 @@ branding: inputs: version: description: Version - default: 0.9.1 + default: 0.9.2 token: description: GitHub Token required: false diff --git a/src/info.ts b/src/info.ts index ba5b6f7..b718a74 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.1"; +export const version = "0.9.2";