diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-12-02 17:46:28 +0000 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-12-02 17:46:28 +0000 |
commit | 1f3a498601cb70421ee133e336ecb5bfe8affd4b (patch) | |
tree | e867bdea954a3a4c3eaed8af4a641353ab44b93d /internal | |
parent | b5aa7ca3ab1c91397700637c91d60860a0535f1e (diff) |
Version 0.3.2v0.3.2
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 f4356b23..bc54163c 100644 --- a/internal/version.go +++ b/internal/version.go @@ -17,7 +17,7 @@ var build string const ( VersionMajor = 0 VersionMinor = 3 - VersionPatch = 1 + VersionPatch = 2 VersionTag = "" // example: "rc1" ) |