add version/rawversion package

To prevent the `semver` packages from bloating Quadlet.

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2023-04-04 11:21:22 +02:00
parent 53b16ccd26
commit 7eb78f8a74
3 changed files with 14 additions and 3 deletions

View File

@ -0,0 +1,10 @@
package rawversion
// RawVersion is the raw version string.
//
// This indirection is needed to prevent semver packages from bloating
// Quadlet's binary size.
//
// NOTE: remember to bump the version at the top of the top-level README.md
// file when this is bumped.
const RawVersion = "4.5.0-dev"