Skip to content

Commit

Permalink
Release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Jun 28, 2022
1 parent 2c82d95 commit 986ed37
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

0.6.1 / 2022-06-28
==================

* ci: bump go versions
* add dependabot to automate upgrades

0.6.0 / 2022-06-28
==================

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ USAGE:
github-deploy [global options] command [command options] [arguments...]
VERSION:
0.6.0
0.6.1
AUTHOR:
zimbatm <zimbatm@zimbatm.com>
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package main

const (
Name string = "github-deploy"
Version string = "0.6.0"
Version string = "0.6.1"
)

0 comments on commit 986ed37

Please sign in to comment.