**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.
This commit is contained in:
David Snelling 2025-06-19 15:01:10 -07:00
parent 518a422da0
commit 57880cfd06

View file

@ -3,4 +3,4 @@
* Do not modify this file directly.
*/
export const VERSION = '0.8.0';
export const VERSION = '0.8.11';