From e605b1cd3ec4d950432830169a740a4ef36767dd Mon Sep 17 00:00:00 2001 From: Eric Ratliff Date: Sun, 1 Feb 2026 21:36:20 -0600 Subject: [PATCH] Updating project to v1.1.0-beta.2. - Project is running very well on Linux - Project needs to be tested fully in Windows --- Cargo.toml | 2 +- tests/common.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1448163..65d202e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "weevil" -version = "1.1.0-beta.1" +version = "1.1.0-beta.2" edition = "2021" authors = ["Eric Ratliff "] description = "FTC robotics project generator - bores into complexity, emerges with clean code" diff --git a/tests/common.rs b/tests/common.rs index 18c5bda..32aed67 100644 --- a/tests/common.rs +++ b/tests/common.rs @@ -1,3 +1,3 @@ // Intentionally hardcoded. When you bump the version in Cargo.toml, // tests will fail here until you update this to match. -pub const EXPECTED_VERSION: &str = "1.1.0-beta.1"; \ No newline at end of file +pub const EXPECTED_VERSION: &str = "1.1.0-beta.2"; \ No newline at end of file