Files
podman/vendor/github.com/containers/common/version/version.go
Daniel J Walsh 7864108ff1 fix systemcontext to use correct TMPDIR
Users are complaining about read/only /var/tmp failing
even if TMPDIR=/tmp is set.

This PR Fixes: https://github.com/containers/podman/issues/10698

[NO TESTS NEEDED] No way to test this.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-06-18 19:53:24 -04:00

5 lines
86 B
Go

package version
// Version is the version of the build.
const Version = "0.40.1-dev"