additional logging at initialization

This commit is contained in:
Ian Norden
2020-04-28 22:08:46 -05:00
parent 3bd1e518c6
commit ef77688145
11 changed files with 67 additions and 35 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ import "fmt"
const (
VersionMajor = 0 // Major version component of the current release
VersionMinor = 1 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionPatch = 1 // Patch version component of the current release
VersionMeta = "alpha" // Version metadata to append to the version string
)