diff options
author | Andinus <andinus@nand.sh> | 2020-04-05 23:38:13 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-04-05 23:38:13 +0530 |
commit | 0883e2777d35eea4e38a20b16ebac6b1c8d2ac5b (patch) | |
tree | 5d5207667cff2309c1294c69da63b675b616c075 | |
parent | 106aa7446c34a2c9fc8944ec9be3a65d0f052d64 (diff) | |
download | cetus-0883e2777d35eea4e38a20b16ebac6b1c8d2ac5b.tar.gz |
Bump version to v0.6.7 v0.6.7
-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 8c41a6b..32225d7 100644 --- a/cmd/cetus/app.go +++ b/cmd/cetus/app.go @@ -9,7 +9,7 @@ import ( ) var ( - version string = "v0.6.6" + version string = "v0.6.7" dump bool random bool notify bool |