diff options
| author | Malo Jaffré <jaffre.malo@gmail.com> | 2018-01-10 18:04:48 +0100 |
|---|---|---|
| committer | Malo Jaffré <jaffre.malo@gmail.com> | 2018-01-10 18:04:48 +0100 |
| commit | 6ff413e65f71a8f29ca4528fa411a08b16784c85 (patch) | |
| tree | f506bdda9b90fd715d4fff3ff299c9d84b1e99d7 | |
| parent | cbb547b3ca05d2b5c099a2576ce7fbf147d426a3 (diff) | |
| download | rust-6ff413e65f71a8f29ca4528fa411a08b16784c85.tar.gz rust-6ff413e65f71a8f29ca4528fa411a08b16784c85.zip | |
Bump beta version to `1.24.0-beta.2`
| -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 0485ebe17fb..7833e6da238 100644 --- a/src/bootstrap/channel.rs +++ b/src/bootstrap/channel.rs @@ -29,7 +29,7 @@ pub const CFG_RELEASE_NUM: &str = "1.24.0"; // An optional number to put after the label, e.g. '.2' -> '-beta.2' // Be sure to make this starts with a dot to conform to semver pre-release // versions (section 9) -pub const CFG_PRERELEASE_VERSION: &str = ".1"; +pub const CFG_PRERELEASE_VERSION: &str = ".2"; pub struct GitInfo { inner: Option<Info>, |
