summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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)