summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-03-19 15:57:10 +0530
committerAndinus <andinus@nand.sh>2020-03-19 15:57:10 +0530
commit4f519234827cbd6e66bcb801ac7f7f900875f94c (patch)
tree42e7e0cfa56f516934bc65d50e5097b714f8fe8d
parentad0dd2afce6830d717b9024464e291ef721e3bd2 (diff)
downloadcetus-4f519234827cbd6e66bcb801ac7f7f900875f94c.tar.gz
Bump version to v0.5.1 v0.5.1
-rw-r--r--cmd/cetus/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cetus/main.go b/cmd/cetus/main.go
index fa53e9a..2dec6fa 100644
--- a/cmd/cetus/main.go
+++ b/cmd/cetus/main.go
@@ -40,7 +40,7 @@ func main() {
 		os.Exit(1)
 	}
 
-	version := "v0.5.0"
+	version := "v0.5.1"
 
 	if os.Args[1] == "version" {
 		fmt.Printf("Cetus %s\n", version)