diff options
author | Andinus <andinus@nand.sh> | 2020-04-02 13:31:52 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-04-02 13:31:52 +0530 |
commit | d0ae6bd6216d3c16aaa1cd6852a88717b266ee62 (patch) | |
tree | 93d527feef3f407bd6ea64fd1ef4ec58942b1435 /cmd | |
parent | cf93554a7739e397e4977bde4fa4818bd58ae234 (diff) | |
download | cetus-d0ae6bd6216d3c16aaa1cd6852a88717b266ee62.tar.gz |
Bump version to v0.6.3
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/cetus/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |