aboutsummaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2022-09-22 14:54:25 +0100
committerGitHub <noreply@github.com>2022-09-22 14:54:25 +0100
commitf40e2803276001cafd4d382c64a661d6ea740870 (patch)
tree2a379c34d060d8f0e55790d99f719496db196de5 /internal/version.go
parent0ddfb0cad4929e38d1995d8983e818432a942c81 (diff)
Version 0.9.9 (#2732)v0.9.9
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 ef7b879c..f9b10170 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -17,7 +17,7 @@ var build string
const (
VersionMajor = 0
VersionMinor = 9
- VersionPatch = 8
+ VersionPatch = 9
VersionTag = "" // example: "rc1"
)