From 32c1ca891f262d90c26054cf677abad7d2e3d76c Mon Sep 17 00:00:00 2001 From: David Snelling Date: Tue, 24 Jun 2025 10:39:15 -0700 Subject: [PATCH] chore(release): bump version to 0.9.6 - Updated version constant in `version.ts` to reflect the new release version. - Prepares the codebase for the 0.9.6 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 9feaf6cc..908331af 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.5'; +export const VERSION = '0.9.6';