diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2020-07-16 09:03:25 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2020-07-16 19:36:49 -0400 |
| commit | 6c50ae898b259ba2b4f730ed2e40d9efa3db221b (patch) | |
| tree | 51a0274372da301131da3ffb3627baa8e30e1cd6 /src/bootstrap | |
| parent | 6ee1b62c811a6eb68d6db6dfb91f66a49956749b (diff) | |
| download | rust-6c50ae898b259ba2b4f730ed2e40d9efa3db221b.tar.gz rust-6c50ae898b259ba2b4f730ed2e40d9efa3db221b.zip | |
Bump to 1.47
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 a4115904ac7..51a9b0e0a52 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.46.0"; +pub const CFG_RELEASE_NUM: &str = "1.47.0"; pub struct GitInfo { inner: Option<Info>, |
