mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
Bump beta version to 1.24.0-beta.2
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
// An optional number to put after the label, e.g. '.2' -> '-beta.2'
|
||||
// Be sure to make this starts with a dot to conform to semver pre-release
|
||||
// versions (section 9)
|
||||
pub const CFG_PRERELEASE_VERSION: &str = ".1";
|
||||
pub const CFG_PRERELEASE_VERSION: &str = ".2";
|
||||
|
||||
pub struct GitInfo {
|
||||
inner: Option<Info>,
|
||||
|
||||
Reference in New Issue
Block a user