aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/utils/version.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/utils/version.go')
-rw-r--r--cmd/utils/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/utils/version.go b/cmd/utils/version.go
index 05dd257fc..3070d10b5 100644
--- a/cmd/utils/version.go
+++ b/cmd/utils/version.go
@@ -30,7 +30,7 @@ import (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 5 // Minor version component of the current release
- VersionPatch = 3 // Patch version component of the current release
+ VersionPatch = 4 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
)