diff options
author | Andinus <andinus@nand.sh> | 2020-04-04 19:06:19 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-04-04 19:06:19 +0530 |
commit | 6d4b0f3a496dc5498956c12a61a19fc26aea6b69 (patch) | |
tree | cd44809809cb13ebc67e2435a77a2e2b3f5165bf /cmd | |
parent | 37c097e4ae1ff4a846edb615cc322ee5e547a709 (diff) | |
download | cetus-6d4b0f3a496dc5498956c12a61a19fc26aea6b69.tar.gz |
Bump version to v0.6.4
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/cetus/app.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cetus/app.go b/cmd/cetus/app.go index c82fb29..d41edc4 100644 --- a/cmd/cetus/app.go +++ b/cmd/cetus/app.go @@ -9,7 +9,7 @@ import ( ) var ( - version string = "v0.6.3" + version string = "v0.6.4" dump bool random bool notify bool |