Updated version to an RC1 release

This commit is contained in:
Eric Ratliff
2026-02-03 10:52:08 -06:00
parent 9c2ac97158
commit 9af6015aa3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "weevil"
version = "1.1.0-beta.2"
version = "1.1.0-rc1"
edition = "2021"
authors = ["Eric Ratliff <eric@nxlearn.net>"]
description = "FTC robotics project generator - bores into complexity, emerges with clean code"

View File

@@ -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";
pub const EXPECTED_VERSION: &str = "1.1.0-rc1";