diff --git a/internal/version/version.go b/internal/version/version.go index 1a34d83d79..edc0507b3e 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -13,7 +13,7 @@ import ( // Tag specifies the current release tag. It needs to be manually // updated. A test checks that the value of Tag never points to a // git tag that is older than HEAD. -const Tag = "v1.999.0-beta.7" // v2.0.0-beta.7 +const Tag = "v1.999.0-beta.8" // v2.0.0-beta.8 // Dissected version number. Filled during init() var (