Skip to content

Commit

Permalink
Release 5.29.1
Browse files Browse the repository at this point in the history
- Add support for pushing image with unknown digest

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
  • Loading branch information
mtrmac committed Jan 17, 2024
1 parent 1b5932f commit f7fbc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -11,7 +11,7 @@ const (
VersionPatch = 1

// VersionDev indicates development branch. Releases will be empty string.
VersionDev = "-dev"
VersionDev = ""
)

// Version is the specification version that the package types support.
Expand Down

0 comments on commit f7fbc0a

Please sign in to comment.