diff options
author | Andinus <andinus@nand.sh> | 2020-03-29 16:10:59 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-03-29 16:10:59 +0530 |
commit | a6826055bf4e6a23f80da047ccfe4509a209f3a6 (patch) | |
tree | f2bb2bec35ee5e61cb42f4edffb04368a0f8ba60 /core | |
parent | 7b95d6b80dd2d1efb26f7c515383abd4f0dc9d42 (diff) | |
download | perseus-a6826055bf4e6a23f80da047ccfe4509a209f3a6.tar.gz |
Initial perseus rewrite
Diffstat (limited to 'core')
-rw-r--r-- | core/version.go | 6 |
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" -} |