Documentation ¶ Index ¶ Variables type Version func (v Version) String() string Constants ¶ This section is empty. Variables ¶ View Source var CurrentVersion = Version{ Major: 0, Minor: 2, PatchLevel: 50, Suffix: "", } Functions ¶ This section is empty. Types ¶ type Version ¶ type Version struct { Major int Minor int // Increment this for bug releases PatchLevel int // HugoVersionSuffix is the suffix used in the Hugo version string. // It will be blank for release versions. Suffix string } func (Version) String ¶ func (v Version) String() string Source Files ¶ View all Source files current.goversion.go Click to show internal directories. Click to hide internal directories.