Skip to content

Commit

Permalink
v5.16.1
Browse files Browse the repository at this point in the history
* Don't read response body twice on putSignaturesToAPIExtension failure
* build(deps): bump github.com/vbauerster/mpb/v7 from 7.1.3 to 7.1.4
  ... fixing fairly frequent hang on image copies
* Fix documentation of oci: and oci-archive:

Signed-off-by: Miloslav Trmač <[email protected]>
  • Loading branch information
mtrmac committed Oct 4, 2021
1 parent 6fb639c commit d0bed1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
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 d0bed1c

Please sign in to comment.