diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2018-08-01 07:37:38 -0600 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2018-08-01 11:59:08 -0600 |
| commit | 683a3db01fcd00998a36e494ee39209b3105cfb9 (patch) | |
| tree | 544717784e73eb774297aee52ce814937d3ad380 /src/bootstrap | |
| parent | 8c069ceba81a0fffc1ce95aaf7e8339e11bf2796 (diff) | |
Switch to bootstrapping from 1.29 beta
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 04d576df955..fa2b58fb2da 100644 --- a/src/bootstrap/channel.rs +++ b/src/bootstrap/channel.rs @@ -24,7 +24,7 @@ use Build; use config::Config; // The version number -pub const CFG_RELEASE_NUM: &str = "1.29.0"; +pub const CFG_RELEASE_NUM: &str = "1.30.0"; pub struct GitInfo { inner: Option<Info>, |
