Skip to content

Commit bd25291

Browse files
committed
v5.19.1
- build(deps): bump github.com/klauspost/compress from 1.14.1 to 1.14.2 - build(deps): bump github.com/containers/storage from 1.38.0 to 1.38.1 - build(deps): bump github.com/containers/storage from 1.38.1 to 1.38.2 Signed-off-by: Miloslav Trmač <mitr@redhat.com>
1 parent 9ba7834 commit bd25291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const (
1111
VersionPatch = 1
1212

1313
// VersionDev indicates development branch. Releases will be empty string.
14-
VersionDev = "-dev"
14+
VersionDev = ""
1515
)
1616

1717
// Version is the specification version that the package types support.

0 commit comments

Comments
 (0)