Skip to content

Commit 997cb17

Browse files
committed
Bump version to 0.2.8
1 parent 8f2184e commit 997cb17

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

cmd/root.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ import (
1717
var rootCmd = &cobra.Command{
1818
Use: "inter-server-sync",
1919
Short: "Uyuni Inter Server Sync tool",
20-
Version: "0.2.7",
20+
Version: "0.2.8",
2121
}
2222

2323
func Execute() {
2424
cobra.CheckErr(rootCmd.Execute())
2525
}
2626

27-
//var cfgFile string
27+
// var cfgFile string
2828
var logLevel string
2929
var serverConfig string
3030
var cpuProfile string

inter-server-sync.changes

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
-------------------------------------------------------------------
2+
Wed May 24 10:07:35 UTC 2023 - Cédric Bosdonnat <[email protected]>
3+
4+
- version 0.2.8
15
* Correctly detect product name and product version number
26
* Import image channel data only when related software channel is
37
available (bsc#1211330)

0 commit comments

Comments
 (0)