mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00

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
5 lines
83 B
Go
5 lines
83 B
Go
package version
|
|
|
|
// Version is the version of the build.
|
|
const Version = "0.3-dev"
|