Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cbosdo committed Nov 8, 2023
1 parent 365ff8a commit 79429f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uyuniadm/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func NewUyuniadmCommand() *cobra.Command {
Use: "uyuniadm",
Short: "Uyuni administration tool",
Long: "Uyuni administration tool used to help user administer uyuni servers on kubernetes and podman",
Version: "0.0.1",
Version: "0.1.0",
}

rootCmd.PersistentPreRun = func(cmd *cobra.Command, args []string) {
Expand Down
2 changes: 1 addition & 1 deletion uyunictl/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func NewUyunictlCommand() *cobra.Command {
Use: "uyunictl",
Short: "Uyuni control tool",
Long: "Uyuni control tool used to help user managing Uyuni and SUSE Manager Servers mainly through its API",
Version: "0.0.1",
Version: "0.1.0",
}

rootCmd.PersistentFlags().StringVarP(&globalFlags.ConfigPath, "config", "c", "", "configuration file path")
Expand Down

0 comments on commit 79429f4

Please sign in to comment.