diff options
-rw-r--r-- | README.org | 3 | ||||
-rw-r--r-- | cmd/cetus/main.go | 2 |
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 |