diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-01-18 13:37:49 +0000 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-01-18 13:37:49 +0000 |
commit | 67c89b3c5ed8c4c945067ad640bf15de3c49a027 (patch) | |
tree | fefd25fed512d3c06ac25580376def1dec32a302 /internal | |
parent | 244ff0dccb64fbdf29b6cbf8a7e02a81b92c7330 (diff) |
Version 0.3.6v0.3.6
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 2a65bfbf..bb6d7038 100644 --- a/internal/version.go +++ b/internal/version.go @@ -17,7 +17,7 @@ var build string const ( VersionMajor = 0 VersionMinor = 3 - VersionPatch = 5 + VersionPatch = 6 VersionTag = "" // example: "rc1" ) |