summary refs log tree commit diff stats
path: root/cmd/cetus/app.go
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-04-04 22:03:25 +0530
committerAndinus <andinus@nand.sh>2020-04-04 22:03:25 +0530
commit68b5fcce0d108cf37273f1a505f8f8b21aeafc4c (patch)
tree90d3391dfba5afdf7e34467e2170c97276d2ee01 /cmd/cetus/app.go
parent206a776f64c9163ab597c25a61040c08c012dfd0 (diff)
downloadcetus-68b5fcce0d108cf37273f1a505f8f8b21aeafc4c.tar.gz
Bump version & warn on unveil failure v0.6.5
Diffstat (limited to 'cmd/cetus/app.go')
-rw-r--r--cmd/cetus/app.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cetus/app.go b/cmd/cetus/app.go
index d41edc4..5c9d0e9 100644
--- a/cmd/cetus/app.go
+++ b/cmd/cetus/app.go
@@ -9,7 +9,7 @@ import (
 )
 
 var (
-	version string = "v0.6.4"
+	version string = "v0.6.5"
 	dump    bool
 	random  bool
 	notify  bool