Skip to content

Commit

Permalink
prepare TEST.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
damip committed Jan 9, 2022
1 parent 277c6a0 commit 93ad6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion massa-node/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use massa_protocol_exports::ProtocolSettings;
use serde::Deserialize;

lazy_static::lazy_static! {
pub static ref VERSION: Version = "TEST.6.0".parse().unwrap();
pub static ref VERSION: Version = "TEST.6.2".parse().unwrap();
// TODO: this code is duplicated from /massa-client/settings.rs and should be part of a custom crate
pub static ref SETTINGS: Settings = {
let mut settings = config::Config::default();
Expand Down

0 comments on commit 93ad6b1

Please sign in to comment.