We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b795142 commit 45e2263Copy full SHA for 45e2263
1 file changed
version.go
@@ -54,7 +54,7 @@ var (
54
// the app will panic at runtime. Of particular note is the pre-release
55
// and build metadata portions MUST only contain characters from
56
// semanticAlphabet.
57
- Version = "2.1.0-pre"
+ Version = "2.2.0-pre"
58
59
// NOTE: The following values are set via init by parsing the above Version
60
// string.
0 commit comments