updates for freebsd

This commit is contained in:
redanthrax 2022-07-05 09:59:13 -07:00
parent be0ea6b544
commit c27763aed3
10 changed files with 298 additions and 66 deletions

View file

@ -7,7 +7,7 @@ import (
)
var (
version = "2.0.4"
version = "2.1.0-dev"
lg = logrus.New()
a = New(lg, version)
)