Skip to content

Commit 79429f4

Browse files
committed
Bump version to 0.1.0
1 parent 365ff8a commit 79429f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

uyuniadm/cmd/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func NewUyuniadmCommand() *cobra.Command {
1818
Use: "uyuniadm",
1919
Short: "Uyuni administration tool",
2020
Long: "Uyuni administration tool used to help user administer uyuni servers on kubernetes and podman",
21-
Version: "0.0.1",
21+
Version: "0.1.0",
2222
}
2323

2424
rootCmd.PersistentPreRun = func(cmd *cobra.Command, args []string) {

uyunictl/cmd/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func NewUyunictlCommand() *cobra.Command {
1717
Use: "uyunictl",
1818
Short: "Uyuni control tool",
1919
Long: "Uyuni control tool used to help user managing Uyuni and SUSE Manager Servers mainly through its API",
20-
Version: "0.0.1",
20+
Version: "0.1.0",
2121
}
2222

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

0 commit comments

Comments
 (0)