aboutsummaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2022-08-12 15:18:31 +0100
committerGitHub <noreply@github.com>2022-08-12 15:18:31 +0100
commitef7262a7a21f6106b8130a7ad8a1911cbd46a82f (patch)
tree031fbc879ec88c425d4f92cac5fef78c5ee9b8cf /internal/version.go
parente55cd6ea785e927996cd1e0461d5c1826aa89ef5 (diff)
Version 0.9.2 (#2638)v0.9.2
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 38d0864e..18db2dcc 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -17,7 +17,7 @@ var build string
const (
VersionMajor = 0
VersionMinor = 9
- VersionPatch = 1
+ VersionPatch = 2
VersionTag = "" // example: "rc1"
)