diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/version.go | 6 |
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" +} |