Skip to content

Commit b59b72c

Browse files
Bump version to v2.1.0 (#33)
Signed-off-by: Sascha Grunert <[email protected]>
1 parent 1869599 commit b59b72c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Wed Jun 19 14:32:06 CET 2019 Sascha Grunert <[email protected]>
2+
3+
* Update to version 2.1.0:
4+
- Fix function comments based on best practices from Effective Go
5+
- Interacting with SCC behind proxy and SMT
6+
17
Mon Dec 10 10:44:06 CET 2018 Sascha Grunert <[email protected]>
28

39
* Update to version 2.0.0:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ USAGE:
3232
intended to use for debugging purposes.
3333
3434
VERSION:
35-
2.0.0
35+
2.1.0
3636
3737
COMMANDS:
3838
list-products, lp List available products (default)

cmd/container-suseconnect/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func main() {
3232
app := cli.NewApp()
3333
app.Copyright = fmt.Sprintf("© %d SUSE LCC", time.Now().Year())
3434
app.Name = "container-suseconnect"
35-
app.Version = "2.0.0"
35+
app.Version = "2.1.0"
3636
app.Usage = ""
3737
app.UsageText =
3838
`This application can be used to retrieve basic metadata about SLES

0 commit comments

Comments
 (0)