We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0586c0 commit 698d931Copy full SHA for 698d931
node/src/versions.rs
@@ -25,7 +25,7 @@ compile_error!("enable a feature in order to select the version of Bitcoin Core
25
pub const VERSION: &str = "28.0";
26
27
#[cfg(all(feature = "27_2", not(feature = "28_0")))]
28
-pub const VERSION: &str = "27.1";
+pub const VERSION: &str = "27.2";
29
30
#[cfg(all(feature = "27_1", not(feature = "27_2")))]
31
pub const VERSION: &str = "27.1";
0 commit comments