From 3489f78147d668bfa451990060ca467aed77c0e7 Mon Sep 17 00:00:00 2001 From: doinkythederp Date: Thu, 9 Nov 2023 14:52:12 -0800 Subject: [PATCH] chore: update version number to 2.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a599928..c756406 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "elytra-ping" description = "Easily ping and get the status of Minecraft: Java Edition servers" -version = "2.0.0" +version = "2.0.1" edition = "2021" authors = ["doinkythederp"] rust-version = "1.68"