aboutsummaryrefslogtreecommitdiff
path: root/doc.go
blob: 2593bad647a088dc5e3a24c584f67ffc74179294 (plain)
1
2
3
4
5
6
7
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"