Files
podman/version/version.go
Matthew Heon baabd44c55 Bump to v0.9.3-dev
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
2018-09-17 12:03:00 -04:00

8 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 = "0.9.3-dev"