Documentation
¶
Overview ¶
Package version exposes the Librarr release version.
The version is the single source of truth in the VERSION file in this directory, embedded at build time. This keeps the reported version correct for every build path (go build, go run, and the container image) without relying on -ldflags being passed. Bump the VERSION file when cutting a release.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = strings.TrimSpace(raw)
Version is the current Librarr release.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.