Skip to content

Commit

Permalink
bump version to 1.48
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Aug 26, 2020
1 parent 2fe9a33 commit e88d79c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bootstrap/channel.rs
Expand Up @@ -13,7 +13,7 @@ use build_helper::output;
use crate::Build;

// The version number
pub const CFG_RELEASE_NUM: &str = "1.47.0";
pub const CFG_RELEASE_NUM: &str = "1.48.0";

pub struct GitInfo {
inner: Option<Info>,
Expand Down
2 changes: 1 addition & 1 deletion src/stage0.txt
Expand Up @@ -12,7 +12,7 @@
# source tarball for a stable release you'll likely see `1.x.0` for rustc and
# `0.(x+1).0` for Cargo where they were released on `date`.

date: 2020-07-16
date: 2020-08-26
rustc: beta
cargo: beta

Expand Down

0 comments on commit e88d79c

Please sign in to comment.