diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-07-12 11:48:29 +0100 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-07-12 11:48:29 +0100 |
commit | 89a16bdcd9897e9410b0a4b70b4049ebfd087318 (patch) | |
tree | 7d41afe22c4513d69cd205fbe3752431f7de65ee /internal | |
parent | 0530302cd6e028f890227309bd221115da637325 (diff) |
Version 0.4.0v0.4.0
Diffstat (limited to 'internal')
-rw-r--r-- | internal/version.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/version.go b/internal/version.go index 0d348779..37f0c30d 100644 --- a/internal/version.go +++ b/internal/version.go @@ -16,8 +16,8 @@ var build string const ( VersionMajor = 0 - VersionMinor = 3 - VersionPatch = 11 + VersionMinor = 4 + VersionPatch = 0 VersionTag = "" // example: "rc1" ) |