aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2022-10-31 16:44:41 +0000
committerGitHub <noreply@github.com>2022-10-31 16:44:41 +0000
commit8c7b274e4e223cbb888c1eb892767e46a25381aa (patch)
treedc7cf9630a44c9d0a49740f9000a1f846462fe19 /internal
parent4c38bd76ce39a557ef7085463b208cecb9fa773c (diff)
Version 0.10.5 (#2845)v0.10.5
Changelog and version bump.
Diffstat (limited to 'internal')
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index 5d739a45..7254ab10 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -17,7 +17,7 @@ var build string
const (
VersionMajor = 0
VersionMinor = 10
- VersionPatch = 4
+ VersionPatch = 5
VersionTag = "" // example: "rc1"
)