Bump beta to .3
This commit is contained in:
parent
45b426c82a
commit
25676e0151
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ pub const CFG_RELEASE_NUM: &str = "1.21.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: &str = ".2";
|
||||
pub const CFG_PRERELEASE_VERSION: &str = ".3";
|
||||
|
||||
pub struct GitInfo {
|
||||
inner: Option<Info>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue