mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-11 11:25:45 +00: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
4 lines
83 B
Go
4 lines
83 B
Go
package version
|
|
|
|
// Version is the version of the build.
|
|
const Version = "0.3-dev"
|