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