Skip to content

Commit

Permalink
update to latest bicep version (Azure#4741)
Browse files Browse the repository at this point in the history
  • Loading branch information
vhvb1989 authored Feb 3, 2025
1 parent 835fc6e commit c96fb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/azd/pkg/tools/bicep/bicep.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (

// Version is the minimum version of bicep that we require (and the one we fetch when we fetch bicep on behalf of a
// user).
var Version semver.Version = semver.MustParse("0.33.13")
var Version semver.Version = semver.MustParse("0.33.93")

// NewCli creates a new Bicep CLI. Azd manages its own copy of the bicep CLI, stored in `$AZD_CONFIG_DIR/bin`. If
// bicep is not present at this location, or if it is present but is older than the minimum supported version, it is
Expand Down

0 comments on commit c96fb29

Please sign in to comment.