Skip to content

Commit 6a400ee

Browse files
Bump stage0
1 parent 19bd934 commit 6a400ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.41.0";
16+
pub const CFG_RELEASE_NUM: &str = "1.42.0";
1717

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

src/stage0.txt

+1-1
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-11-06
15+
date: 2019-12-18
1616
rustc: beta
1717
cargo: beta
1818

0 commit comments

Comments
 (0)