Skip to content

Commit

Permalink
Bump to v5.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Heon <mheon@redhat.com>
  • Loading branch information
mheon committed Feb 11, 2025
1 parent 2460114 commit 8492769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version/rawversion/version.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package rawversion

61;7802;1c
// 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.4.0-dev"
const RawVersion = "5.4.0"

0 comments on commit 8492769

Please sign in to comment.