Skip to content

Commit

Permalink
cli/flexkube: bump Version to v0.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Gozdek <[email protected]>
  • Loading branch information
invidian committed Feb 18, 2021
1 parent bea6c60 commit 0fa1f1c
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 @@ -11,7 +11,7 @@ import (

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

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

0 comments on commit 0fa1f1c

Please sign in to comment.