From 12106382421d97ad01dd17e24ebdf71aa2e66897 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Tue, 24 Jun 2025 11:04:11 -0700 Subject: [PATCH] chore(release): bump version to 0.9.9 - Updated `VERSION` constant in `version.ts` to reflect the new release version. - Prepares the codebase for the 0.9.9 release. --- src/utils/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/version.ts b/src/utils/version.ts index 3a1a564b..910341c7 100644 --- a/src/utils/version.ts +++ b/src/utils/version.ts @@ -3,4 +3,4 @@ * Do not modify this file directly. */ -export const VERSION = '0.9.8'; +export const VERSION = '0.9.9';