Skip to content

Commit 96a7e9c

Browse files
committed
prepare 6.5
1 parent 79bed35 commit 96a7e9c

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)