Skip to content

Commit

Permalink
cli/flexkube: bump version to v0.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Gozdek <[email protected]>
  • Loading branch information
invidian committed Aug 28, 2020
1 parent 93201a2 commit db89340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/flexkube/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

const (
// Version is a version printed by the --version flag.
Version = "v0.3.1-unreleased"
Version = "v0.3.2"

// YesFlag is a const for --yes flag.
YesFlag = "yes"
Expand Down

0 comments on commit db89340

Please sign in to comment.