Skip to content

Commit 698d931

Browse files
committed
Fix version for 27.2 feature flag
1 parent f0586c0 commit 698d931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/src/versions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ compile_error!("enable a feature in order to select the version of Bitcoin Core
2525
pub const VERSION: &str = "28.0";
2626

2727
#[cfg(all(feature = "27_2", not(feature = "28_0")))]
28-
pub const VERSION: &str = "27.1";
28+
pub const VERSION: &str = "27.2";
2929

3030
#[cfg(all(feature = "27_1", not(feature = "27_2")))]
3131
pub const VERSION: &str = "27.1";

0 commit comments

Comments
 (0)