Skip to content

Commit

Permalink
Bump mutagen to 0.16.0-rc1 (ddev#4277)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay authored Oct 8, 2022
1 parent bed20e5 commit c035fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/versionconstants/versionconstants.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var BUILDINFO = "BUILDINFO should have new info"
// MutagenVersion is filled with the version we find for mutagen in use
var MutagenVersion = ""

const RequiredMutagenVersion = "0.16.0-beta1"
const RequiredMutagenVersion = "0.16.0-rc1"

// GetWebImage returns the correctly formatted web image:tag reference
func GetWebImage() string {
Expand Down

0 comments on commit c035fa2

Please sign in to comment.