diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2020-08-26 10:16:59 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2020-08-26 10:16:59 +0200 |
| commit | e88d79ca41181f5f306fe2ef25510318556bc963 (patch) | |
| tree | deb2e2ac28ef58167d53fcaea3aa04e554b7ac28 /src/bootstrap | |
| parent | 2fe9a33659641d062c1fe3577327147b4d9943a2 (diff) | |
bump version to 1.48
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 51a9b0e0a52..2a461170b5c 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.47.0"; +pub const CFG_RELEASE_NUM: &str = "1.48.0"; pub struct GitInfo { inner: Option<Info>, |
