Skip to content

Commit a2cbe2b

Browse files
committed
bump desktop app version
1 parent 6821c1d commit a2cbe2b

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.5.6"
4+
export const app_version = "0.6.0"
55

66
export type UpdateCheckResult = {
77
has_update: boolean

0 commit comments

Comments
 (0)