summaryrefslogtreecommitdiff
path: root/version/rawversion/version.go
blob: 5f55d4a68ffac84008bc096e77f757df9c70f5f9 (plain)
1
2
3
4
5
6
7
8
9
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 = "5.2.0-rc3"