Skip to content

Commit

Permalink
chore: set version to v1.999.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
darccio committed Nov 8, 2024
1 parent 9db84c8 commit 6911f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 6911f43

Please sign in to comment.