mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-16 05:39:34 +00:00
Grab release notes, changelog, and version changes so master is up to date. Signed-off-by: Matthew Heon <matthew.heon@pm.me>
7 lines
193 B
Go
7 lines
193 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 = "1.0.1-dev"
|