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.
1 parent 6e0f59d commit 7cdfb44Copy full SHA for 7cdfb44
version/version.go
@@ -18,7 +18,7 @@ const semverAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst
18
// Constants defining the application version number.
19
const (
20
Major = 1
21
- Minor = 7
+ Minor = 8
22
Patch = 0
23
)
24
0 commit comments