We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25dc7ad commit cd2f734Copy full SHA for cd2f734
pkg/export/export.go
@@ -630,7 +630,7 @@ const (
630
ClientName = "prometheus-engine-export"
631
// mainModuleVersion is the version of the main module. Align with git tag.
632
// TODO(TheSpiritXIII): Remove with https://github.com/golang/go/issues/50603
633
- mainModuleVersion = "v0.15.6-rc.0"
+ mainModuleVersion = "v0.15.6-rc.1"
634
// mainModuleName is the name of the main module. Align with go.mod.
635
mainModuleName = "github.com/GoogleCloudPlatform/prometheus-engine"
636
)
0 commit comments