summaryrefslogtreecommitdiff
path: root/vendor/github.com
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-17 19:29:15 +0000
committerGitHub <noreply@github.com>2021-08-17 19:29:15 +0000
commitc1b7787a2829c39c9ab315b16a2a1e5bf65ca003 (patch)
tree91dc36145f30f1d6cf5d6b028fcc6575024d3349 /vendor/github.com
parenta7a55ea7fb18bdcda8c310fadcacb77dd2a9e90a (diff)
downloadpodman-c1b7787a2829c39c9ab315b16a2a1e5bf65ca003.tar.gz
podman-c1b7787a2829c39c9ab315b16a2a1e5bf65ca003.tar.bz2
podman-c1b7787a2829c39c9ab315b16a2a1e5bf65ca003.zip
Bump github.com/containers/image/v5 from 5.15.0 to 5.15.1
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.15.0 to 5.15.1. - [Release notes](https://github.com/containers/image/releases) - [Commits](https://github.com/containers/image/compare/v5.15.0...v5.15.1) --- updated-dependencies: - dependency-name: github.com/containers/image/v5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/github.com')
-rw-r--r--vendor/github.com/containers/image/v5/version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/containers/image/v5/version/version.go b/vendor/github.com/containers/image/v5/version/version.go
index 8936ec087..7665a4c00 100644
--- a/vendor/github.com/containers/image/v5/version/version.go
+++ b/vendor/github.com/containers/image/v5/version/version.go
@@ -8,7 +8,7 @@ const (
// VersionMinor is for functionality in a backwards-compatible manner
VersionMinor = 15
// VersionPatch is for backwards-compatible bug fixes
- VersionPatch = 0
+ VersionPatch = 1
// VersionDev indicates development branch. Releases will be empty string.
VersionDev = ""