aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2018-12-14 19:58:49 +0700
committerShulhan <ms@kilabit.info>2018-12-14 19:58:49 +0700
commitdbbf74664d21ec00de7b2452656b237079cb1a71 (patch)
tree106b01eb0da60aa76f2751af56274ba628db0676
parent76bc0dba867a174e213777db09e6679cf7b6a7f3 (diff)
downloadbeku-dbbf74664d21ec00de7b2452656b237079cb1a71.tar.xz
Release v0.5.2v0.5.2
-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 = ""
)