From c035fa23c74fbc9fb01f88c2d88be6c1a27326b7 Mon Sep 17 00:00:00 2001 From: Randy Fay Date: Sat, 8 Oct 2022 17:34:37 -0600 Subject: [PATCH] Bump mutagen to 0.16.0-rc1 (#4277) --- pkg/versionconstants/versionconstants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/versionconstants/versionconstants.go b/pkg/versionconstants/versionconstants.go index d5379f5766e..82643c458f6 100644 --- a/pkg/versionconstants/versionconstants.go +++ b/pkg/versionconstants/versionconstants.go @@ -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 {