mirror of
https://github.com/containers/podman.git
synced 2025-07-25 09:05:00 +08:00
8 lines
194 B
Go
8 lines
194 B
Go
package version
|
|
|
|
// Version is the version of the build.
|
|
// NOTE: remember to bump the version at the top
|
|
// of the top-level README.md file when this is
|
|
// bumped.
|
|
const Version = "0.12.2-dev"
|