Files
podman/version/version.go
Daniel J Walsh 57b910a031 Add podman version
Copy the way cri-o does this by adding a libpod/version
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

Closes: #343
Approved by: mheon
2018-02-15 20:13:08 +00:00

5 lines
83 B
Go

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