aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2022-03-04 16:20:23 +0000
committerGitHub <noreply@github.com>2022-03-04 16:20:23 +0000
commit86d4eef9f10abd944bf689298cc6f9e915b940c7 (patch)
tree6f5c8e3490125211c6b21d7c856f6ca378ba99cd /internal
parent0297929b76092e7ddbc53709fd9b16f2ae031653 (diff)
Version 0.6.5 (#2254)v0.6.5
* Version and changelog * Update changelog * Update changelog * Update readme * Update readme some more * Fix date in changelog
Diffstat (limited to 'internal')
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index 2ea1c520..2e8de417 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -17,7 +17,7 @@ var build string
const (
VersionMajor = 0
VersionMinor = 6
- VersionPatch = 4
+ VersionPatch = 5
VersionTag = "" // example: "rc1"
)