diff options
author | Andinus <andinus@nand.sh> | 2020-03-23 13:34:08 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-03-23 13:34:08 +0530 |
commit | 92c6dfad465f5a6abc150359bde8d14f8412aeef (patch) | |
tree | b8dd05c0b8ad29ab44d244f5a1956751ba2f88bf | |
parent | 48ef8ba6544f6df1e3081f556cb7b5b7efbfe081 (diff) | |
download | cetus-0.5.2.tar.gz |
Bump version to v0.5.2 v0.5.2
-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 0ff6b44..613c587 100644 --- a/cmd/cetus/main.go +++ b/cmd/cetus/main.go @@ -38,7 +38,7 @@ func main() { os.Exit(1) } - version := "v0.5.1" + version := "v0.5.2" if os.Args[1] == "version" { fmt.Printf("Cetus %s\n", version) |