Compare commits
1 Commits
26f3229b1e
...
v1.1.0-bet
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e605b1cd3e |
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "weevil"
|
||||
version = "1.1.0-beta.1"
|
||||
version = "1.1.0-beta.2"
|
||||
edition = "2021"
|
||||
authors = ["Eric Ratliff <eric@nxlearn.net>"]
|
||||
description = "FTC robotics project generator - bores into complexity, emerges with clean code"
|
||||
|
||||
@@ -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";
|
||||
pub const EXPECTED_VERSION: &str = "1.1.0-beta.2";
|
||||
Reference in New Issue
Block a user