aboutsummaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2022-11-04 15:33:20 +0000
committerGitHub <noreply@github.com>2022-11-04 15:33:20 +0000
commit7c73b131f499e9d820565a739dbc5caeca342be3 (patch)
treef10f862acc1426bc8cc048784be9f434c56d23dc /internal/version.go
parentefe28db631bd07240dea53280d8c8f2ecc20684a (diff)
Version 0.10.7 (#2861)v0.10.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 f762adf9..85b19046 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -17,7 +17,7 @@ var build string
const (
VersionMajor = 0
VersionMinor = 10
- VersionPatch = 6
+ VersionPatch = 7
VersionTag = "" // example: "rc1"
)