Skip to content

Commit b07ff3c

Browse files
committed
bump version number for release
1 parent df6b5d3 commit b07ff3c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/desktop/WinInnoSetup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define MyAppPath "build\dist\Kiln"
55
#define MyAppName "Kiln"
6-
#define MyAppVersion "0.14.0"
6+
#define MyAppVersion "0.15.0"
77
#define MyAppPublisher "Chesterfield Laboratories Inc"
88
#define MyAppURL "https://getkiln.ai"
99
#define MyAppExeName "Kiln.exe"

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

66
export type UpdateCheckResult = {
77
has_update: boolean

libs/core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kiln-ai"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
requires-python = ">=3.10"
55
readme = "README.md"
66
description = 'Kiln AI'

libs/server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kiln-server"
3-
version = "0.14"
3+
version = "0.15.0"
44
requires-python = ">=3.10"
55
description = 'Kiln AI Server'
66
readme = "README.md"

0 commit comments

Comments
 (0)