From 90becdf7a249589fdc7cc8287af6da021cd6c532 Mon Sep 17 00:00:00 2001 From: Shakker Date: Thu, 23 Jul 2026 11:54:55 +0100 Subject: [PATCH] chore(release): bump version to 0.2.30 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6006e2..5d95f1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -581,7 +581,7 @@ checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33" [[package]] name = "ocm" -version = "0.2.29" +version = "0.2.30" dependencies = [ "base64", "ctrlc", diff --git a/Cargo.toml b/Cargo.toml index 1bd2668..ab84e8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ocm" -version = "0.2.29" +version = "0.2.30" edition = "2024" rust-version = "1.88" description = "OpenClaw Manager: the local control plane for isolated OpenClaw environments, launchers, runtimes, and services."