aboutsummaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc.go b/doc.go
deleted file mode 100644
index 2593bad..0000000
--- a/doc.go
+++ /dev/null
@@ -1,8 +0,0 @@
-// Package Anubis contains the version number of Anubis.
-package anubis
-
-// Version is the current version of Anubis.
-//
-// This variable is set at build time using the -X linker flag. If not set,
-// it defaults to "devel".
-var Version = "devel"