From 57880cfd0686bec54fa34102f0ec950dd1bafcc8 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Thu, 19 Jun 2025 15:01:10 -0700 Subject: [PATCH] **chore: bump version to 0.8.11** ### Changes: - Updated `VERSION` constant in `src/utils/version.ts` from `0.8.0` to `0.8.11`. ### Purpose: Incremented the project version to reflect new changes, updates, or bug fixes, ensuring proper version tracking and release management. --- 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 1a6565ac..81e321fe 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.8.0'; +export const VERSION = '0.8.11';