Skip to content

Commit f4edc81

Browse files
Bump version to 1.41
1 parent 4f03f4a commit f4edc81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bootstrap/channel.rs

Lines changed: 1 addition & 1 deletion
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.40.0";
16+
pub const CFG_RELEASE_NUM: &str = "1.41.0";
1717

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

src/stage0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# source tarball for a stable release you'll likely see `1.x.0` for rustc and
1313
# `0.x.0` for Cargo where they were released on `date`.
1414

15-
date: 2019-09-25
15+
date: 2019-11-06
1616
rustc: beta
1717
cargo: beta
1818

0 commit comments

Comments
 (0)