mirror of
https://github.com/containers/podman.git
synced 2025-07-17 17:43:23 +08:00
Update c/common and avoid setting umask
We can now use the new API for creating files and directories without setting the umask to allow parallel usage of those methods. This patch also bumps c/common for that. [NO NEW TESTS NEEDED] Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/common/version/version.go
generated
vendored
2
vendor/github.com/containers/common/version/version.go
generated
vendored
@ -1,4 +1,4 @@
|
||||
package version
|
||||
|
||||
// Version is the version of the build.
|
||||
const Version = "0.53.0-dev"
|
||||
const Version = "0.53.0"
|
||||
|
Reference in New Issue
Block a user