Documentation
¶
Overview ¶
Package version provides version information for the application
Index ¶
Constants ¶
View Source
const Fix = "0"
Fix is the Patch Version
View Source
const Maj = "0"
Maj is Major Version Number
View Source
const Min = "2"
Min is Minor Version Number
Variables ¶
View Source
var ( //Version is the full version string Version = "0.2.0" // GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)" GitCommit string // GitBranch is set with --ldflags "-X main.gitBranch=$(git symbolic-ref --short HEAD)" GitBranch string )
Functions ¶
func FullVersion ¶
func FullVersion() string
FullVersion outputs version information for Monet, EVM-Lite, Babble and Geth
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.