diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-01-11 13:55:40 +0000 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-01-11 13:55:40 +0000 |
commit | ec1b017906fc8fbc9e487ef0136dfdb5774206a7 (patch) | |
tree | 1cb4381d1da2aa195c6e192838a959b8bdb94929 /internal/version.go | |
parent | e1e34b899492e6e8284c5c524f519559f38af0c8 (diff) |
Version 0.3.5v0.3.5
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 76a5cec0..2a65bfbf 100644 --- a/internal/version.go +++ b/internal/version.go @@ -17,7 +17,7 @@ var build string const ( VersionMajor = 0 VersionMinor = 3 - VersionPatch = 4 + VersionPatch = 5 VersionTag = "" // example: "rc1" ) |