Skip to content

Commit

Permalink
Merge #3311
Browse files Browse the repository at this point in the history
3311: Update to TEST.17.2 r=AurelienFT a=AurelienFT



Co-authored-by: AurelienFT <[email protected]>
  • Loading branch information
bors[bot] and AurelienFT authored Dec 7, 2022
2 parents 6bd8f01 + 33e2419 commit 9d8c691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion massa-models/src/config/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ lazy_static::lazy_static! {
if cfg!(feature = "sandbox") {
"SAND.0.0"
} else {
"TEST.17.1"
"TEST.17.2"
}
.parse()
.unwrap()
Expand Down
2 changes: 1 addition & 1 deletion massa-node/base_config/openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openrpc": "1.2.4",
"info": {
"title": "Massa OpenRPC Specification",
"version": "TEST.17.1",
"version": "TEST.17.2",
"description": "Massa OpenRPC Specification document. Find more information on https://docs.massa.net/en/latest/technical-doc/api.html",
"termsOfService": "https://open-rpc.org",
"contact": {
Expand Down

0 comments on commit 9d8c691

Please sign in to comment.