From 79b376a659a1d58db01f60ad049110363fbf15fc Mon Sep 17 00:00:00 2001 From: Andinus Date: Fri, 27 Mar 2020 22:20:25 +0530 Subject: Add version number --- core/version.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 core/version.go (limited to 'core') 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" +} -- cgit 1.4.1-2-gfad0