We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027dc20 commit a9749efCopy full SHA for a9749ef
src/bootstrap/channel.rs
@@ -24,7 +24,7 @@ use Build;
24
use config::Config;
25
26
// The version number
27
-pub const CFG_RELEASE_NUM: &str = "1.22.0";
+pub const CFG_RELEASE_NUM: &str = "1.22.1";
28
29
// An optional number to put after the label, e.g. '.2' -> '-beta.2'
30
// Be sure to make this starts with a dot to conform to semver pre-release
0 commit comments