aboutsummaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2022-04-27 16:04:11 +0100
committerGitHub <noreply@github.com>2022-04-27 16:04:11 +0100
commit34221938ccb1f3a885ac9e5a36b79d3d74850d38 (patch)
tree53de9fe28ac5f6e177849fd93215779870a79704 /internal/version.go
parent923f789ca3174a685bd53ce5e64a5e86cabd38cb (diff)
Version 0.8.2 (#2386)v0.8.2
* Version 0.8.2 * Correct account data position mapping * Try that again * Don't duplicate wait-for-shutdowns
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 5227a03b..2477bc9a 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -17,7 +17,7 @@ var build string
const (
VersionMajor = 0
VersionMinor = 8
- VersionPatch = 1
+ VersionPatch = 2
VersionTag = "" // example: "rc1"
)