Skip to content

Commit 986ed37

Browse files
committed
Release v0.6.1
1 parent 2c82d95 commit 986ed37

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
0.6.1 / 2022-06-28
3+
==================
4+
5+
* ci: bump go versions
6+
* add dependabot to automate upgrades
7+
28
0.6.0 / 2022-06-28
39
==================
410

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ USAGE:
2626
github-deploy [global options] command [command options] [arguments...]
2727
2828
VERSION:
29-
0.6.0
29+
0.6.1
3030
3131
AUTHOR:
3232
zimbatm <zimbatm@zimbatm.com>

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package main
22

33
const (
44
Name string = "github-deploy"
5-
Version string = "0.6.0"
5+
Version string = "0.6.1"
66
)

0 commit comments

Comments
 (0)