Skip to content

Commit

Permalink
Bump version to 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cbosdo committed May 24, 2023
1 parent 8f2184e commit 997cb17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ import (
var rootCmd = &cobra.Command{
Use: "inter-server-sync",
Short: "Uyuni Inter Server Sync tool",
Version: "0.2.7",
Version: "0.2.8",
}

func Execute() {
cobra.CheckErr(rootCmd.Execute())
}

//var cfgFile string
// var cfgFile string
var logLevel string
var serverConfig string
var cpuProfile string
Expand Down
4 changes: 4 additions & 0 deletions inter-server-sync.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
-------------------------------------------------------------------
Wed May 24 10:07:35 UTC 2023 - Cédric Bosdonnat <[email protected]>

- version 0.2.8
* Correctly detect product name and product version number
* Import image channel data only when related software channel is
available (bsc#1211330)
Expand Down

0 comments on commit 997cb17

Please sign in to comment.