From 0be6daa1c285867aaceedcadf7fcf51fcfd6e650 Mon Sep 17 00:00:00 2001 From: reverse Date: Sun, 30 Aug 2026 21:07:25 +0000 Subject: [PATCH] release: bump version to 5.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e89df7b..f7792e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "echoircd" -version = "5.0.0" +version = "5.0.1" edition = "2021" description = "A small, dependency-light IRC daemon in Rust with a modular command/mode/module API." license = "MIT"