Bump beta prerelease version

This commit is contained in:
Brian Anderson 2017-06-13 17:03:12 +00:00
parent c66bd6f67d
commit 242ab0e8a0

View file

@ -28,7 +28,7 @@ pub const CFG_RELEASE_NUM: &'static str = "1.19.0";
// 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: &'static str = ".1";
pub const CFG_PRERELEASE_VERSION: &'static str = ".2";
pub struct GitInfo {
inner: Option<Info>,