summary refs log tree commit diff stats
path: root/core/version.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/version.go')
-rw-r--r--core/version.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/version.go b/core/version.go
deleted file mode 100644
index 3e45c6f..0000000
--- a/core/version.go
+++ /dev/null
@@ -1,6 +0,0 @@
-package core
-
-// Version will return the current version.
-func Version() string {
-	return "v0.1.0"
-}