From 8ffe243e5a0aab25cc2bb35f8046dbffa96a8e74 Mon Sep 17 00:00:00 2001 From: doinkythederp Date: Sun, 10 Mar 2024 13:20:56 -0700 Subject: [PATCH] chore: bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b06413b..03fe69d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "elytra-ping" description = "Easily ping and get the status of running Minecraft servers" -version = "3.0.0" +version = "3.1.0" edition = "2021" authors = ["doinkythederp"] rust-version = "1.68"