diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2019-11-06 08:01:56 -0500 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2019-11-12 16:36:57 -0500 |
| commit | f4edc81ac4944c2cd59e19fd90861a26dde94041 (patch) | |
| tree | 369858f853702b5566412b730d7ab9cf5a2e3570 /src | |
| parent | 4f03f4a989d1c8346c19dfb417a77c09b34408b8 (diff) | |
| download | rust-f4edc81ac4944c2cd59e19fd90861a26dde94041.tar.gz rust-f4edc81ac4944c2cd59e19fd90861a26dde94041.zip | |
Bump version to 1.41
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/channel.rs | 2 | ||||
| -rw-r--r-- | src/stage0.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bootstrap/channel.rs b/src/bootstrap/channel.rs index ef1b6e217a2..b17ee098ff6 100644 --- a/src/bootstrap/channel.rs +++ b/src/bootstrap/channel.rs @@ -13,7 +13,7 @@ use build_helper::output; use crate::Build; // The version number -pub const CFG_RELEASE_NUM: &str = "1.40.0"; +pub const CFG_RELEASE_NUM: &str = "1.41.0"; pub struct GitInfo { inner: Option<Info>, diff --git a/src/stage0.txt b/src/stage0.txt index 9509d3e9961..3c848901583 100644 --- a/src/stage0.txt +++ b/src/stage0.txt @@ -12,7 +12,7 @@ # source tarball for a stable release you'll likely see `1.x.0` for rustc and # `0.x.0` for Cargo where they were released on `date`. -date: 2019-09-25 +date: 2019-11-06 rustc: beta cargo: beta |
