Documentation
¶
Overview ¶
Package version exposes the application version, following Semantic Versioning (https://semver.org): MAJOR.MINOR.PATCH.
Convention for this project: a new feature bumps MINOR, a bug fix bumps PATCH, and an incompatible change bumps MAJOR.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "1.23.1"
Version is the current d9c release (SemVer, without a leading "v").
It can be overridden at build time, e.g. to stamp a CI build:
go build -ldflags "-X github.com/kirg0/d9c/internal/version.Version=1.2.3" -o d9c.exe .
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.