We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1673061 commit f9ae3e2Copy full SHA for f9ae3e2
1 file changed
cli/azd/pkg/tools/bicep/bicep.go
@@ -25,7 +25,7 @@ import (
25
26
// Version is the minimum version of bicep that we require (and the one we fetch when we fetch bicep on behalf of a
27
// user).
28
-var Version semver.Version = semver.MustParse("0.35.1")
+var Version semver.Version = semver.MustParse("0.36.1")
29
30
// NewCli creates a new Bicep CLI. Azd manages its own copy of the bicep CLI, stored in `$AZD_CONFIG_DIR/bin`. If
31
// bicep is not present at this location, or if it is present but is older than the minimum supported version, it is
0 commit comments