aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2022-05-13 13:17:15 +0100
committerGitHub <noreply@github.com>2022-05-13 13:17:15 +0100
commit6af35385ba06f75610396b91452cbf381c1f5443 (patch)
treec95515e632a678dad893b191994547f9d538d55d /internal
parentb40b548432b465e37c6045b6735f9eaf426902f0 (diff)
Version 0.8.5 (#2461)v0.8.5
* Version 0.8.5 * Update changelog * Update 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 5097bb2a..04c9a8a8 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -17,7 +17,7 @@ var build string
const (
VersionMajor = 0
VersionMinor = 8
- VersionPatch = 4
+ VersionPatch = 5
VersionTag = "" // example: "rc1"
)