diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-01-26 13:13:48 +0000 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-01-26 13:13:48 +0000 |
commit | e14e9a16067111d4c4e6e5f3ea0d6dcf8fb52e51 (patch) | |
tree | 204570e1955b956e12634fc4f7c7d380b68d33e3 /internal/version.go | |
parent | 9f443317bc578e1897c7eab9b4911f952f39fdbc (diff) |
Version 0.3.7v0.3.7
Diffstat (limited to 'internal/version.go')
-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 bb6d7038..639fd3df 100644 --- a/internal/version.go +++ b/internal/version.go @@ -17,7 +17,7 @@ var build string const ( VersionMajor = 0 VersionMinor = 3 - VersionPatch = 6 + VersionPatch = 7 VersionTag = "" // example: "rc1" ) |