We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d520a9 commit bbe4ce0Copy full SHA for bbe4ce0
1 file changed
internal/provision/provision.go
@@ -18,7 +18,7 @@ import (
18
)
19
20
// zmxVersion is the zmx release to install inside containers.
21
-const zmxVersion = "0.4.2-pre"
+const zmxVersion = "0.5.0"
22
23
// Step defines a named provisioning task to run via zmx.
24
type Step struct {
0 commit comments