diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-07-26 12:52:11 +0100 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-07-26 12:52:11 +0100 |
commit | e3679799ea6f6387d36fb1a2f938f8ea9711ad2d (patch) | |
tree | 67a57d55c84093fe8166737af5bb004a12a636a8 /internal/version.go | |
parent | 16bf94f2391b5334fe2ff8eae52f2f5b46951f4e (diff) |
Version 0.4.1v0.4.1
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 37f0c30d..55997ffc 100644 --- a/internal/version.go +++ b/internal/version.go @@ -17,7 +17,7 @@ var build string const ( VersionMajor = 0 VersionMinor = 4 - VersionPatch = 0 + VersionPatch = 1 VersionTag = "" // example: "rc1" ) |