Skip to content

Commit

Permalink
Bump the version number for a release
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Feb 10, 2025
1 parent f5ea49f commit be1a32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/web_ui/src/lib/utils/update.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createKilnError, KilnError } from "$lib/utils/error_handlers"
import { writable } from "svelte/store"

export const app_version = "0.11.0"
export const app_version = "0.11.1"

export type UpdateCheckResult = {
has_update: boolean
Expand Down

0 comments on commit be1a32f

Please sign in to comment.