Skip to content

Commit 1a4e4d9

Browse files
Switch version to 1.40
1 parent c7bc0bf commit 1a4e4d9

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.39.0";
16+
pub const CFG_RELEASE_NUM: &str = "1.40.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-08-13
15+
date: 2019-09-25
1616
rustc: beta
1717
cargo: beta
1818

0 commit comments

Comments
 (0)