Skip to content

Commit

Permalink
Auto merge of #74988 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
[stable] Update to 1.45.2

This just bumps the release number, which I forgot to do in the previous PR (#74958).

r? @ghost
  • Loading branch information
bors committed Jul 31, 2020
2 parents d068a61 + 77e9ebb commit d3fb005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/channel.rs
Expand Up @@ -13,7 +13,7 @@ use build_helper::output;
use crate::Build;

// The version number
pub const CFG_RELEASE_NUM: &str = "1.45.1";
pub const CFG_RELEASE_NUM: &str = "1.45.2";

pub struct GitInfo {
inner: Option<Info>,
Expand Down

0 comments on commit d3fb005

Please sign in to comment.