Skip to content

Commit

Permalink
Bump version to v2.1.0 (#33)
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
  • Loading branch information
saschagrunert authored Jun 19, 2019
1 parent 1869599 commit b59b72c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Wed Jun 19 14:32:06 CET 2019 Sascha Grunert <sgrunert@suse.com>

* Update to version 2.1.0:
- Fix function comments based on best practices from Effective Go
- Interacting with SCC behind proxy and SMT

Mon Dec 10 10:44:06 CET 2018 Sascha Grunert <sgrunert@suse.com>

* Update to version 2.0.0:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ USAGE:
intended to use for debugging purposes.
VERSION:
2.0.0
2.1.0
COMMANDS:
list-products, lp List available products (default)
Expand Down
2 changes: 1 addition & 1 deletion cmd/container-suseconnect/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func main() {
app := cli.NewApp()
app.Copyright = fmt.Sprintf("© %d SUSE LCC", time.Now().Year())
app.Name = "container-suseconnect"
app.Version = "2.0.0"
app.Version = "2.1.0"
app.Usage = ""
app.UsageText =
`This application can be used to retrieve basic metadata about SLES
Expand Down

0 comments on commit b59b72c

Please sign in to comment.