From 9af6015aa3671a6d1e6bbc5b304294ce5c6dbfd6 Mon Sep 17 00:00:00 2001 From: Eric Ratliff Date: Tue, 3 Feb 2026 10:52:08 -0600 Subject: [PATCH] Updated version to an RC1 release --- Cargo.toml | 2 +- tests/common.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3412ef3..5a15a44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "weevil" -version = "1.1.0-beta.2" +version = "1.1.0-rc1" 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 32aed67..bdb947e 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.2"; \ No newline at end of file +pub const EXPECTED_VERSION: &str = "1.1.0-rc1"; \ No newline at end of file