diff options
| author | Andinus <andinus@nand.sh> | 2020-04-24 20:22:10 +0530 |
|---|---|---|
| committer | Andinus <andinus@nand.sh> | 2020-04-24 20:23:01 +0530 |
| commit | f1ceff2eb88c05a24f07d9abe590d5a88f7d1697 (patch) | |
| tree | 019786ebb27127369188f73cc3b9643d1a711f64 | |
| parent | 6edb082db54d48eb5ff6f5f6203c198ce3fd7a89 (diff) | |
| download | cetus-f1ceff2eb88c05a24f07d9abe590d5a88f7d1697.tar.gz | |
Bump version to v0.6.8v0.6.8
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ import ( ) var ( - version string = "v0.6.7" + version string = "v0.6.8" dump bool random bool notify bool |