Skip to content

Commit d3fb005

Browse files
committed
Auto merge of #74988 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum
[stable] Update to 1.45.2 This just bumps the release number, which I forgot to do in the previous PR (#74958). r? @ghost
2 parents d068a61 + 77e9ebb commit d3fb005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/channel.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use build_helper::output;
1313
use crate::Build;
1414

1515
// The version number
16-
pub const CFG_RELEASE_NUM: &str = "1.45.1";
16+
pub const CFG_RELEASE_NUM: &str = "1.45.2";
1717

1818
pub struct GitInfo {
1919
inner: Option<Info>,

0 commit comments

Comments
 (0)