diff options
| author | Andinus <andinus@nand.sh> | 2020-04-24 20:30:53 +0530 |
|---|---|---|
| committer | Andinus <andinus@nand.sh> | 2020-04-24 20:30:53 +0530 |
| commit | f95d3e3d1216b418d844d848627567f255c9c08a (patch) | |
| tree | 2c484d2717f34551c63c379f20434629ab5c3442 | |
| parent | 1bc0e6faed0b178745d26026233999f48a9b4fa6 (diff) | |
| download | cetus-f95d3e3d1216b418d844d848627567f255c9c08a.tar.gz | |
Bump version to v0.6.9
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ import ( ) var ( - version string = "v0.6.8" + version string = "v0.6.9" dump bool random bool notify bool |