aboutsummaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2022-09-09 15:01:13 +0100
committerGitHub <noreply@github.com>2022-09-09 15:01:13 +0100
commite8687f6f8255a978a8200b19c7a28581397ad455 (patch)
treecf476e19e4039ff8a47e7edfba99250215483a66 /internal/version.go
parent955e69a3b7c3f3bb066cb47be6c49d4b03ff2891 (diff)
Version 0.9.7 (#2707)v0.9.7
Changelog and version bump.
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 c9a9f3af..ed2ae442 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -17,7 +17,7 @@ var build string
const (
VersionMajor = 0
VersionMinor = 9
- VersionPatch = 6
+ VersionPatch = 7
VersionTag = "" // example: "rc1"
)