We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36348aa commit b3785a3Copy full SHA for b3785a3
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.26.0";
+pub const CFG_RELEASE_NUM: &str = "1.26.1";
28
29
pub struct GitInfo {
30
inner: Option<Info>,
0 commit comments