Skip to content

Commit be1a32f

Browse files
committed
Bump the version number for a release
1 parent f5ea49f commit be1a32f

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

66
export type UpdateCheckResult = {
77
has_update: boolean

0 commit comments

Comments
 (0)