Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CurrentVersion = Version{
Number: 1,
PatchVersion: 2,
Suffix: "",
}
CurrentVersion represents the current build version. This should be the only one.
Functions ¶
func BuildVersionString ¶
func BuildVersionString() string
BuildVersionString creates a version string. This is what you see when running "gseo version".
Types ¶
type Version ¶
type Version struct { // Major and minor version. Number float32 // Increment this for bug releases PatchVersion int // HugoVersionSuffix is the suffix used in the Hugo version string. // It will be blank for release versions. Suffix string }
Version represents the Gobo build version.
Click to show internal directories.
Click to hide internal directories.