Skip to content

Commit 24b485b

Browse files
Bootstrap from the 1.25 beta
1 parent 27a046e commit 24b485b

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
@@ -24,7 +24,7 @@ use Build;
2424
use config::Config;
2525

2626
// The version number
27-
pub const CFG_RELEASE_NUM: &str = "1.25.0";
27+
pub const CFG_RELEASE_NUM: &str = "1.26.0";
2828

2929
pub struct GitInfo {
3030
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: 2018-01-02
15+
date: 2018-02-20
1616
rustc: beta
1717
cargo: beta
1818

0 commit comments

Comments
 (0)