diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-06-01 11:40:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-01 11:40:37 +0100 |
commit | f41931b56692c553ddf625ad54ffc8916b52e621 (patch) | |
tree | bd0a155f4b368b4f4d9a29a7b9fab1ad843b8b02 /internal | |
parent | 02e5c741015300183eff9dcf812174d0efd66c4d (diff) |
Version 0.8.7 (#2509)v0.8.7
Diffstat (limited to 'internal')
-rw-r--r-- | internal/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go index 0957b454..2543ec90 100644 --- a/internal/version.go +++ b/internal/version.go @@ -17,7 +17,7 @@ var build string const ( VersionMajor = 0 VersionMinor = 8 - VersionPatch = 6 + VersionPatch = 7 VersionTag = "" // example: "rc1" ) |