diff --git a/CHANGELOG.md b/CHANGELOG.md index a414bec..cbf790a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ================== diff --git a/README.md b/README.md index 013d771..e247ea1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ USAGE: github-deploy [global options] command [command options] [arguments...] VERSION: - 0.6.0 + 0.6.1 AUTHOR: zimbatm diff --git a/version.go b/version.go index 5d12a68..526f39c 100644 --- a/version.go +++ b/version.go @@ -2,5 +2,5 @@ package main const ( Name string = "github-deploy" - Version string = "0.6.0" + Version string = "0.6.1" )