Bump beta prerelease version
This commit is contained in:
parent
c66bd6f67d
commit
242ab0e8a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue