aboutsummaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2022-02-04 14:44:45 +0000
committerGitHub <noreply@github.com>2022-02-04 14:44:45 +0000
commit585ced89bd846e9657dc5eb0535dcecc30476cbd (patch)
tree0140927fcc3fbd2edf8f28dcac0cfdbf40097166 /internal/version.go
parent9de7efa0b095f40457f0e348632c77326dcb4a42 (diff)
Version 0.6.1 (#2145)v0.6.1
Diffstat (limited to 'internal/version.go')
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index f09daabd..0e9b7363 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -17,7 +17,7 @@ var build string
const (
VersionMajor = 0
VersionMinor = 6
- VersionPatch = 0
+ VersionPatch = 1
VersionTag = "" // example: "rc1"
)