Skip to content

Commit

Permalink
Merge pull request #52 from kubeslice/version-bump
Browse files Browse the repository at this point in the history
chore(): version update
  • Loading branch information
priyank-upadhyay authored May 4, 2023
2 parents 76f379a + 4365ee1 commit 69caa28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
// "github.com/spf13/cobra/doc"
)

var version = "0.5.1"
var version = "0.5.2"
var rootCmd = &cobra.Command{
Use: "kubeslice-cli",
Version: version,
Expand Down

0 comments on commit 69caa28

Please sign in to comment.