From a2d842fae28216415fdc67bf7e46024c55e9747b Mon Sep 17 00:00:00 2001 From: xj Date: Tue, 3 Mar 2026 13:11:46 -0800 Subject: [PATCH] Revert "chore(release): bump version to 0.2.0" This reverts commit f3999ab4765fe6e3ec91a7d613c368bcaf096732. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9604d7501..1b5c4b551 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ resolver = "2" [package] name = "zeroclaw" -version = "0.2.0" +version = "0.1.8" edition = "2021" build = "build.rs" authors = ["theonlyhennygod"]