Documentation ¶
Overview ¶
Package version manages the version string associated with a Babble build.
Index ¶
Constants ¶
View Source
const Flag = ""
Flag contains extra info about the version. It is helpful for tracking versions while developing. It should always be empty on the master branch, and this rule is inforced in a continuous integration test.
Variables ¶
View Source
var ( // Version is The full version string Version = "0.8.3" // GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)" GitCommit string )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.