aboutsummaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2022-06-09 12:18:50 +0100
committerGitHub <noreply@github.com>2022-06-09 12:18:50 +0100
commit83797573be87616bea0644918b82e2b20e8b78ca (patch)
tree0e00dc27604f2d6797095b08e05aeaa864a7829f /internal/version.go
parent289b3c56082e243b2d9674c650d2460226013aa1 (diff)
Version 0.8.8 (#2525)v0.8.8
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 2543ec90..e29996f3 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -17,7 +17,7 @@ var build string
const (
VersionMajor = 0
VersionMinor = 8
- VersionPatch = 7
+ VersionPatch = 8
VersionTag = "" // example: "rc1"
)