aboutsummaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2022-02-22 16:55:08 +0000
committerGitHub <noreply@github.com>2022-02-22 16:55:08 +0000
commit2b0a5adfafa46eb4df1ddb7ba909801366b920cf (patch)
tree6a36cd4a7e094998e07306fc08639a9cd9bd699c /internal/version.go
parent41dc651b25019b9ecc2338ff2ebec202066aaf21 (diff)
Version 0.6.4 (#2212)v0.6.4
* Version 0.6.4 * Tweaks * Update changelog * Update changelog one last time
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 a07f01b6..2ea1c520 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -17,7 +17,7 @@ var build string
const (
VersionMajor = 0
VersionMinor = 6
- VersionPatch = 3
+ VersionPatch = 4
VersionTag = "" // example: "rc1"
)