Documentation
¶
Overview ¶
Package version provides version information for kodelet including semantic version, git commit SHA, build time, and build information that are set during the build process.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the current version of Kodelet // This will be set during the build process from VERSION.txt Version = "dev" // GitCommit is the git commit SHA that was built // This will be set during the build process GitCommit = "unknown" // BuildTime is the time when the binary was built // This will be set during the build process BuildTime = "unknown" )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.