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