summary refs log tree commit diff stats
path: root/pkg/cetus/cetus.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/cetus/cetus.go')
-rw-r--r--pkg/cetus/cetus.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/pkg/cetus/cetus.go b/pkg/cetus/cetus.go
deleted file mode 100644
index 0e9b7c2..0000000
--- a/pkg/cetus/cetus.go
+++ /dev/null
@@ -1,12 +0,0 @@
-package cetus
-
-import (
-	"fmt"
-)
-
-var version string = "v0.5.0"
-
-// Version prints cetus version
-func Version() {
-	fmt.Printf("Cetus %s\n", version)
-}