Skip to content

Commit 992573d

Browse files
authored
Merge pull request #2113 from massalabs/prepare_6.5
prepare 6.5
2 parents 79bed35 + 96a7e9c commit 992573d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

massa-node/src/settings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use massa_protocol_exports::ProtocolSettings;
1414
use serde::Deserialize;
1515

1616
lazy_static::lazy_static! {
17-
pub static ref VERSION: Version = "TEST.6.4".parse().unwrap();
17+
pub static ref VERSION: Version = "TEST.6.5".parse().unwrap();
1818
// TODO: this code is duplicated from /massa-client/settings.rs and should be part of a custom crate
1919
pub static ref SETTINGS: Settings = {
2020
let mut settings = config::Config::default();

0 commit comments

Comments
 (0)