From 626b038955d0d280106a8348f57e1c01f5372799 Mon Sep 17 00:00:00 2001 From: Justin Chase Date: Wed, 30 Oct 2024 01:27:57 +0000 Subject: [PATCH] 0.9.5 --- VERSION | 2 +- setup/action.yml | 2 +- src/info.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index a602fc9..b0bb878 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.4 +0.9.5 diff --git a/setup/action.yml b/setup/action.yml index 41ed746..98bd0e7 100644 --- a/setup/action.yml +++ b/setup/action.yml @@ -6,7 +6,7 @@ branding: inputs: version: description: Version - default: 0.9.4 + default: 0.9.5 token: description: GitHub Token required: false diff --git a/src/info.ts b/src/info.ts index d620c50..5fa94fc 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.4"; +export const version = "0.9.5";