We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c82d95 commit 986ed37Copy full SHA for 986ed37
3 files changed
CHANGELOG.md
@@ -1,4 +1,10 @@
1
2
+0.6.1 / 2022-06-28
3
+==================
4
+
5
+ * ci: bump go versions
6
+ * add dependabot to automate upgrades
7
8
0.6.0 / 2022-06-28
9
==================
10
README.md
@@ -26,7 +26,7 @@ USAGE:
26
github-deploy [global options] command [command options] [arguments...]
27
28
VERSION:
29
- 0.6.0
+ 0.6.1
30
31
AUTHOR:
32
zimbatm <zimbatm@zimbatm.com>
version.go
@@ -2,5 +2,5 @@ package main
const (
Name string = "github-deploy"
- Version string = "0.6.0"
+ Version string = "0.6.1"
)
0 commit comments