Files
podman/vendor/github.com/containers/common/version/version.go
Sascha Grunert 512b39475b 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>
2023-04-27 08:59:44 +02:00

5 lines
82 B
Go

package version
// Version is the version of the build.
const Version = "0.53.0"