Bump beta version to 1.24.0-beta.2

This commit is contained in:
Malo Jaffré
2018-01-10 18:04:48 +01:00
parent cbb547b3ca
commit 6ff413e65f
+1 -1
View File
@@ -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>,