From 7fdca2cd4f0289a9d966abd408abd8a48036dbf0 Mon Sep 17 00:00:00 2001 From: Vantz Stockwell Date: Thu, 11 Jun 2026 11:52:05 -0400 Subject: [PATCH] chore(host-agent): bump to 2.0.0-alpha.3 (RCON + supervision + SteamCMD + file manager) Co-Authored-By: Claude Fable 5 --- corrosion-host-agent/Cargo.lock | 2 +- corrosion-host-agent/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/corrosion-host-agent/Cargo.lock b/corrosion-host-agent/Cargo.lock index 6374550..417eabf 100644 --- a/corrosion-host-agent/Cargo.lock +++ b/corrosion-host-agent/Cargo.lock @@ -264,7 +264,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "corrosion-host-agent" -version = "2.0.0-alpha.2" +version = "2.0.0-alpha.3" dependencies = [ "anyhow", "async-nats", diff --git a/corrosion-host-agent/Cargo.toml b/corrosion-host-agent/Cargo.toml index 56bd3de..3b01a86 100644 --- a/corrosion-host-agent/Cargo.toml +++ b/corrosion-host-agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "corrosion-host-agent" -version = "2.0.0-alpha.2" +version = "2.0.0-alpha.3" edition = "2021" description = "Corrosion Host Agent — multi-game ops runtime for self-hosted game servers" license = "UNLICENSED"