Skip to content

Commit

Permalink
Merge pull request #334 from multiversx/default-vmtools
Browse files Browse the repository at this point in the history
Adjust default vmtools version: 1.4.60
  • Loading branch information
andreibancioiu committed Sep 18, 2023
2 parents 2f64c35 + 2dacfcc commit 3dc61f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion multiversx_sdk_cli/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def _guard_valid_config_deletion(name: str):

def get_defaults() -> Dict[str, Any]:
return {
"dependencies.vmtools.tag": "latest",
"dependencies.vmtools.tag": "1.4.60",
"dependencies.mx_sdk_rs.tag": "latest",
"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",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "multiversx-sdk-cli"
version = "8.1.0"
version = "8.1.1"
authors = [
{ name="MultiversX" },
]
Expand Down

0 comments on commit 3dc61f8

Please sign in to comment.