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.
2 parents 79bed35 + 96a7e9c commit 992573dCopy full SHA for 992573d
massa-node/src/settings.rs
@@ -14,7 +14,7 @@ use massa_protocol_exports::ProtocolSettings;
14
use serde::Deserialize;
15
16
lazy_static::lazy_static! {
17
- pub static ref VERSION: Version = "TEST.6.4".parse().unwrap();
+ pub static ref VERSION: Version = "TEST.6.5".parse().unwrap();
18
// TODO: this code is duplicated from /massa-client/settings.rs and should be part of a custom crate
19
pub static ref SETTINGS: Settings = {
20
let mut settings = config::Config::default();
0 commit comments