From 1b2c51f72f6247e53eb4a0743fd70e58b1af5eed Mon Sep 17 00:00:00 2001 From: a2nr Date: Fri, 24 Jul 2026 13:46:18 +0700 Subject: [PATCH] chore: bump version to 19 for playground multi-tab --- frontend/src/lib/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/version.ts b/frontend/src/lib/version.ts index f496d82..8822574 100644 --- a/frontend/src/lib/version.ts +++ b/frontend/src/lib/version.ts @@ -3,4 +3,4 @@ * Both Footer.svelte and service-worker.ts import from here. * Bump this number after every feature/bugfix release. */ -export const APP_VERSION = 18; +export const APP_VERSION = 19;