Skip to content

Commit e88d79c

Browse files
committed
bump version to 1.48
1 parent 2fe9a33 commit e88d79c

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.47.0";
16+
pub const CFG_RELEASE_NUM: &str = "1.48.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+1).0` for Cargo where they were released on `date`.
1414

15-
date: 2020-07-16
15+
date: 2020-08-26
1616
rustc: beta
1717
cargo: beta
1818

0 commit comments

Comments
 (0)