aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/beku/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/beku/main.go b/cmd/beku/main.go
index 5395ee6..c99dea5 100644
--- a/cmd/beku/main.go
+++ b/cmd/beku/main.go
@@ -20,7 +20,7 @@ import (
const (
verMajor = 0
verMinor = 5
- verPatch = 1
+ verPatch = 2
verMetadata = ""
)