From 718dec13d499ea0b31e6729f95ec7ebac8d9c865 Mon Sep 17 00:00:00 2001 From: Justin Chase Date: Tue, 13 Aug 2024 21:04:07 +0000 Subject: [PATCH] 0.9.1 --- VERSION | 2 +- setup/action.yml | 2 +- src/info.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index ac39a10..f374f66 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.0 +0.9.1 diff --git a/setup/action.yml b/setup/action.yml index aa146bc..6874520 100644 --- a/setup/action.yml +++ b/setup/action.yml @@ -6,7 +6,7 @@ branding: inputs: version: description: Version - default: 0.9.0 + default: 0.9.1 token: description: GitHub Token required: false diff --git a/src/info.ts b/src/info.ts index 6e2b5e6..ba5b6f7 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.0"; +export const version = "0.9.1";