From ad8f1b8081f986fd6cbb9456127fe47d6a5ee26b Mon Sep 17 00:00:00 2001 From: Cain <75994858+cainthebest@users.noreply.github.com> Date: Wed, 23 Apr 2025 21:59:16 +0100 Subject: [PATCH] chore(cli): bump semver to v0.3.0 --- crates/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 9e9b8c5..ae93492 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -5,7 +5,7 @@ authors = [ ] description = "A command line interface for gamedig" license = "MIT" -version = "0.2.1" +version = "0.3.0" edition = "2021" default-run = "gamedig_cli" homepage = "https://gamedig.github.io/"