From 5db0d194fc78c1da7cb7962191fedfbea55878f3 Mon Sep 17 00:00:00 2001 From: CosmicHorror Date: Fri, 22 Dec 2023 21:02:18 -0700 Subject: [PATCH] Bump version to v2.0.0-beta.2 (#62) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 075032c..bf0b79a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "steamlocate" -version = "2.0.0-beta.1" +version = "2.0.0-beta.2" authors = ["William Venner "] edition = "2018" repository = "https://github.com/WilliamVenner/steamlocate-rs"