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.
This commit is contained in:
David Snelling 2025-06-24 10:39:15 -07:00
parent 8a3418ea06
commit 32c1ca891f

View file

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