diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2019-12-18 11:51:31 -0500 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2019-12-18 11:51:31 -0500 |
| commit | 6a400ee14967a0210c31a6e272d56cbbb2b372dd (patch) | |
| tree | 057531554ebf29a8899a12c31fe91aab90e0ab44 /src/bootstrap | |
| parent | 19bd93467617a447c22ec32cc1cf14d40cb84ccf (diff) | |
| download | rust-6a400ee14967a0210c31a6e272d56cbbb2b372dd.tar.gz rust-6a400ee14967a0210c31a6e272d56cbbb2b372dd.zip | |
Bump stage0
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/channel.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/channel.rs b/src/bootstrap/channel.rs index b17ee098ff6..ec4bf9a04fa 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.41.0"; +pub const CFG_RELEASE_NUM: &str = "1.42.0"; pub struct GitInfo { inner: Option<Info>, |
