Bump prerelease version

This commit is contained in:
Brian Anderson 2017-07-07 21:46:20 +00:00
parent c064c879db
commit 12fbb7129b

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 = ".2";
pub const CFG_PRERELEASE_VERSION: &'static str = ".3";
pub struct GitInfo {
inner: Option<Info>,