summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-04-02 13:31:52 +0530
committerAndinus <andinus@nand.sh>2020-04-02 13:31:52 +0530
commitd0ae6bd6216d3c16aaa1cd6852a88717b266ee62 (patch)
tree93d527feef3f407bd6ea64fd1ef4ec58942b1435
parentcf93554a7739e397e4977bde4fa4818bd58ae234 (diff)
downloadcetus-d0ae6bd6216d3c16aaa1cd6852a88717b266ee62.tar.gz
Bump version to v0.6.3
-rw-r--r--README.org3
-rw-r--r--cmd/cetus/main.go2
2 files changed, 3 insertions, 2 deletions
diff --git a/README.org b/README.org
index aefe327..c7d8467 100644
--- a/README.org
+++ b/README.org
@@ -68,7 +68,8 @@ it before running.
 *Warning*: Don't use random flag on BPOD, it has been disabled in v0.6.1 but
 v0.6.0 will cause issues if random flag is used with BPOD.
 
-*Update*: This bug was fixed in v0.6.2, pre-built binary not yet uploaded.
+*Update*: This bug was fixed in v0.6.2, pre-built binary not yet uploaded. If
+possible use v0.6.3, latest version.
 
 =cetus set bpod -random # don't do this=
 
diff --git a/cmd/cetus/main.go b/cmd/cetus/main.go
index b7419ec..8efc17c 100644
--- a/cmd/cetus/main.go
+++ b/cmd/cetus/main.go
@@ -9,7 +9,7 @@ import (
 )
 
 var (
-	version string = "v0.6.2"
+	version string = "v0.6.3"
 	dump    bool
 	random  bool
 	notify  bool