summary refs log tree commit diff stats
path: root/core/version.go
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-03-27 22:20:25 +0530
committerAndinus <andinus@nand.sh>2020-03-27 22:20:25 +0530
commit79b376a659a1d58db01f60ad049110363fbf15fc (patch)
tree961754d43fa2763d0ff896f3d1e5c8f567100056 /core/version.go
parent248dff015bf5f6ce2598678c0dac892f9f80e400 (diff)
downloadperseus-79b376a659a1d58db01f60ad049110363fbf15fc.tar.gz
Add version number
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"
+}