Skip to content

Commit 4de484e

Browse files
committed
version: bump version to v0.6.1
1 parent 3dcaf4a commit 4de484e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const (
4545
AppMinor uint = 6
4646

4747
// AppPatch defines the application patch for this binary.
48-
AppPatch uint = 0
48+
AppPatch uint = 1
4949

5050
// AppStatus defines the release status of this binary (e.g. beta).
5151
AppStatus = "alpha"

0 commit comments

Comments
 (0)