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 a9224f8 commit 536380bCopy full SHA for 536380b
1 file changed
main.go
@@ -95,7 +95,7 @@ var Version string // Version is set by the build system
95
96
func main() {
97
if Version == "" {
98
- Version = "1.37.4"
+ Version = "2.0.0"
99
}
100
101
cfg, err := config.LoadConfig()
0 commit comments