aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/beku/command.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/beku/command.go b/cmd/beku/command.go
index 1d3bf40..e9a21c9 100644
--- a/cmd/beku/command.go
+++ b/cmd/beku/command.go
@@ -14,8 +14,8 @@ import (
const (
verMajor = 0
- verMinor = 3
- verPatch = 0
+ verMinor = 4
+ verPatch = 1
verMetadata = "-dev"
)