Skip to content

Commit

Permalink
Fix project.yml templating of multi-line variables (#1166)
Browse files Browse the repository at this point in the history
* Fix project.yml templating of multiline variables

* Needed fix to .env parser also .. go to 3.1.1.
  • Loading branch information
joshuaauerbachwatson committed May 20, 2022
1 parent c7656cf commit 3ace2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/sandbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const (
// Minimum required version of the sandbox plugin code. The first part is
// the version of the incorporated Nimbella CLI and the second part is the
// version of the bridge code in the sandbox plugin repository.
minSandboxVersion = "3.0.10-1.2.1"
minSandboxVersion = "3.1.1-1.2.1"

// The version of nodejs to download alongsize the plugin download.
nodeVersion = "v16.13.0"
Expand Down

0 comments on commit 3ace2b2

Please sign in to comment.