diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-02-17 16:05:04 +0000 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-02-17 16:05:04 +0000 |
commit | 2fdc318f2c8c980e5382e8cd49484ca661365896 (patch) | |
tree | bc7298bf70f115142ac32093f1c4328401543e8f /internal/version.go | |
parent | bf9c530fdb87b2a249c938b51abe85a8078ecb2c (diff) |
Version 0.3.10v0.3.10
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 7d098037..1ba71fc9 100644 --- a/internal/version.go +++ b/internal/version.go @@ -17,7 +17,7 @@ var build string const ( VersionMajor = 0 VersionMinor = 3 - VersionPatch = 9 + VersionPatch = 10 VersionTag = "" // example: "rc1" ) |