aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2021-07-26 12:52:11 +0100
committerNeil Alexander <neilalexander@users.noreply.github.com>2021-07-26 12:52:11 +0100
commite3679799ea6f6387d36fb1a2f938f8ea9711ad2d (patch)
tree67a57d55c84093fe8166737af5bb004a12a636a8 /internal
parent16bf94f2391b5334fe2ff8eae52f2f5b46951f4e (diff)
Version 0.4.1v0.4.1
Diffstat (limited to 'internal')
-rw-r--r--internal/version.go2
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"
)