diff --git a/Cargo.lock b/Cargo.lock index 886fcb4a..1bdbb761 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3083,7 +3083,7 @@ dependencies = [ [[package]] name = "ya-runtime-vm" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "bollard-stubs", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 94288766..68116ef3 100755 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ya-runtime-vm" -version = "0.3.0" +version = "0.4.0" authors = ["Golem Factory "] edition = "2021" license = "GPL-3.0" diff --git a/runtime/conf/ya-runtime-vm.json b/runtime/conf/ya-runtime-vm.json index f9c27781..989d56ab 100644 --- a/runtime/conf/ya-runtime-vm.json +++ b/runtime/conf/ya-runtime-vm.json @@ -1,7 +1,7 @@ [ { "name": "vm", - "version": "0.3.0", + "version": "0.4.0", "supervisor-path": "exe-unit", "runtime-path": "ya-runtime-vm/ya-runtime-vm", "description": "vm runtime",