updates to documentation for super node

This commit is contained in:
Ian Norden
2020-04-17 17:31:48 -05:00
parent 2d98d741b2
commit 3764662fe3
16 changed files with 601 additions and 295 deletions
+3 -3
View File
@@ -19,9 +19,9 @@ package version
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
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
VersionMeta = "alpha" // Version metadata to append to the version string
)