Skip to content

Commit

Permalink
Merge pull request #403 from multiversx/update-vm-tools-1.5.24
Browse files Browse the repository at this point in the history
Update vm tools tag to v1.5.24
  • Loading branch information
popenta authored Jan 29, 2024
2 parents a7588b8 + c815137 commit bc68a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multiversx_sdk_cli/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def _guard_valid_config_deletion(name: str):

def get_defaults() -> Dict[str, Any]:
return {
"dependencies.vmtools.tag": "v1.4.60",
"dependencies.vmtools.tag": "v1.5.24",
"dependencies.vmtools.urlTemplate.linux": "https://github.com/multiversx/mx-chain-vm-go/archive/{TAG}.tar.gz",
"dependencies.vmtools.urlTemplate.osx": "https://github.com/multiversx/mx-chain-vm-go/archive/{TAG}.tar.gz",
"dependencies.vmtools.urlTemplate.windows": "https://github.com/multiversx/mx-chain-vm-go/archive/{TAG}.tar.gz",
Expand Down

0 comments on commit bc68a71

Please sign in to comment.