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, 6 insertions, 0 deletions
diff --git a/core/version.go b/core/version.go
new file mode 100644
index 0000000..3e45c6f
--- /dev/null
+++ b/core/version.go
@@ -0,0 +1,6 @@
+package core
+
+// Version will return the current version.
+func Version() string {
+	return "v0.1.0"
+}