diff --git a/frontend/src/lib/version.ts b/frontend/src/lib/version.ts index 53df1da..e6c7a9e 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 = 16; +export const APP_VERSION = 17;