Skip to content

Commit ae67fd7

Browse files
committed
Bump version number for new app release
1 parent fb03724 commit ae67fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/web_ui/src/lib/utils/update.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { createKilnError, KilnError } from "$lib/utils/error_handlers"
22
import { writable } from "svelte/store"
33

4-
export const app_version = "0.12.0"
4+
export const app_version = "0.12.1"
55

66
export type UpdateCheckResult = {
77
has_update: boolean

0 commit comments

Comments
 (0)