From c0503296ef875f4f919801f3cbdf2e7bcc2d0207 Mon Sep 17 00:00:00 2001 From: Justin Chase Date: Thu, 6 Feb 2025 16:20:47 +0000 Subject: [PATCH] 0.9.10 --- VERSION | 2 +- setup/action.yml | 2 +- src/info.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 7e310ba..56f3151 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.9 +0.9.10 diff --git a/setup/action.yml b/setup/action.yml index 5937ed0..52c31c6 100644 --- a/setup/action.yml +++ b/setup/action.yml @@ -6,7 +6,7 @@ branding: inputs: version: description: Version - default: 0.9.9 + default: 0.9.10 token: description: GitHub Token required: false diff --git a/src/info.ts b/src/info.ts index 546128f..dafb6d0 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.9"; +export const version = "0.9.10";