diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-03 18:39:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-03 18:39:37 +0000 |
commit | 185dc5b2f3a42ca4c6515269857156fba82ded5c (patch) | |
tree | 81bbf1a8d749aa6fc99dbe16f66699dda1dc907e /vendor/github.com | |
parent | e30edd6d8e8765a374a8c354a79e92050121c830 (diff) | |
download | podman-185dc5b2f3a42ca4c6515269857156fba82ded5c.tar.gz podman-185dc5b2f3a42ca4c6515269857156fba82ded5c.tar.bz2 podman-185dc5b2f3a42ca4c6515269857156fba82ded5c.zip |
Bump github.com/containers/common from 0.47.2 to 0.47.3
Bumps [github.com/containers/common](https://github.com/containers/common) from 0.47.2 to 0.47.3.
- [Release notes](https://github.com/containers/common/releases)
- [Commits](https://github.com/containers/common/compare/v0.47.2...v0.47.3)
---
updated-dependencies:
- dependency-name: github.com/containers/common
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/common/version/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/containers/common/version/version.go b/vendor/github.com/containers/common/version/version.go index 38b0d443b..5ab8cd7f2 100644 --- a/vendor/github.com/containers/common/version/version.go +++ b/vendor/github.com/containers/common/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "0.47.2" +const Version = "0.47.3" |