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 ec236aa commit 7f7150aCopy full SHA for 7f7150a
cli/flexkube/cli.go
@@ -12,7 +12,7 @@ import (
12
13
const (
14
// Version is a version printed by the --version flag.
15
- Version = "v0.10.0-unreleased"
+ Version = "v0.10.0"
16
17
// YesFlag is a const for --yes flag.
18
YesFlag = "yes"
0 commit comments