Skip to content

Commit

Permalink
Bump version number for update
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Feb 5, 2025
1 parent ab88ad0 commit 23e71b7
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.9.0"
export const app_version = "0.10.0"

export type UpdateCheckResult = {
has_update: boolean
Expand Down

0 comments on commit 23e71b7

Please sign in to comment.