Skip to content

Commit e87649b

Browse files
committed
chore: bump version to 0.3.23
1 parent 60655a4 commit e87649b

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ default-members = ["cli"]
1414

1515

1616
[workspace.package]
17-
version = "0.3.23-beta.2"
17+
version = "0.3.23"
1818
edition = "2024"
1919
description = "Stakpak: Your DevOps AI Agent. Generate infrastructure code, debug Kubernetes, configure CI/CD, automate deployments, without giving an LLM the keys to production."
2020
license = "Apache-2.0"
@@ -23,13 +23,13 @@ homepage = "https://stakpak.io"
2323

2424

2525
[workspace.dependencies]
26-
stakai = { path = "libs/ai", version = "0.3.23-beta.2" }
27-
stakpak-api = { path = "libs/api", version = "0.3.23-beta.2" }
28-
stakpak-mcp-server = { path = "libs/mcp/server", version = "0.3.23-beta.2" }
29-
stakpak-mcp-client = { path = "libs/mcp/client", version = "0.3.23-beta.2" }
30-
stakpak-mcp-proxy = { path = "libs/mcp/proxy", version = "0.3.23-beta.2" }
31-
stakpak-tui = { path = "tui", version = "0.3.23-beta.2" }
32-
stakpak-shared = { path = "libs/shared", version = "0.3.23-beta.2" }
26+
stakai = { path = "libs/ai", version = "0.3.23" }
27+
stakpak-api = { path = "libs/api", version = "0.3.23" }
28+
stakpak-mcp-server = { path = "libs/mcp/server", version = "0.3.23" }
29+
stakpak-mcp-client = { path = "libs/mcp/client", version = "0.3.23" }
30+
stakpak-mcp-proxy = { path = "libs/mcp/proxy", version = "0.3.23" }
31+
stakpak-tui = { path = "tui", version = "0.3.23" }
32+
stakpak-shared = { path = "libs/shared", version = "0.3.23" }
3333
serde = { version = "1.0.215", features = ["derive"] }
3434
serde_json = "1.0.133"
3535
uuid = { version = "1.10.0", features = ["serde", "v4"] }

0 commit comments

Comments
 (0)