From 935934acd1ab35b89787e24fe1e12a7f4c493d0f Mon Sep 17 00:00:00 2001 From: Aaron Kutch Date: Sat, 6 Apr 2024 17:48:53 -0500 Subject: [PATCH] Version 0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fc728d2..d8a5719 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "super_orchestrator" -version = "0.10.0" +version = "0.11.0" edition = "2021" authors = ["Aaron Kutch "] license = "MIT OR Apache-2.0"