aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2018-09-14 04:25:53 +0700
committerShulhan <ms@kilabit.info>2018-09-14 04:25:53 +0700
commit7380e2b3455071ee1014aa4f59454e500f2778c7 (patch)
treed605cfca92b708ee65dcc8f6a35abe3edec4b562
parentaa8dd3bf7a75e5ae21b8df077edc09804f4f52bb (diff)
downloadbeku-7380e2b3455071ee1014aa4f59454e500f2778c7.tar.xz
Preparing for release v0.5.0
-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 71f5dea..aba4453 100644
--- a/cmd/beku/command.go
+++ b/cmd/beku/command.go
@@ -15,8 +15,8 @@ import (
const (
verMajor = 0
- verMinor = 4
- verPatch = 1
+ verMinor = 5
+ verPatch = 0
verMetadata = "-dev"
)