diff --git a/pkg/export/export.go b/pkg/export/export.go index b9475bb419..fe85420849 100644 --- a/pkg/export/export.go +++ b/pkg/export/export.go @@ -522,7 +522,7 @@ const ( ClientName = "prometheus-engine-export" // mainModuleVersion is the version of the main module. Align with git tag. // TODO(TheSpiritXIII): Remove with https://github.com/golang/go/issues/50603 - mainModuleVersion = "v0.7.4-rc.0" + mainModuleVersion = "v0.8.0-rc.0" // mainModuleName is the name of the main module. Align with go.mod. mainModuleName = "github.com/GoogleCloudPlatform/prometheus-engine" )