Files
Daniel J Walsh 04b43ccf64 Add Security information to podman info
When debugging issues, it would be helpful to know the
security settings of the system running into the problem.
Adding security info to `podman info` is also useful to users.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-12-22 08:13:14 -05:00

5 lines
82 B
Go

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