diff options
Diffstat (limited to 'doc.go')
| -rw-r--r-- | doc.go | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +// 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" |
