We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dbfd3c + e4c7ecb commit 2169e05Copy full SHA for 2169e05
config/version.go
@@ -33,7 +33,7 @@ const VersionMajor = 2
33
34
// VersionMinor is the Minor semantic version number (x.#.z) - changed when backwards-compatible features are introduced.
35
// Not enforced until after initial public release (x > 0).
36
-const VersionMinor = 7
+const VersionMinor = 8
37
38
// Version is the type holding our full version information.
39
type Version struct {
0 commit comments