summaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2021-04-21 14:33:43 -0400
committerMatthew Heon <mheon@redhat.com>2021-04-21 14:33:43 -0400
commit51b8ddbc22cf5b10dd76dd9243924aa66ad7db39 (patch)
tree85dd2d5f24c25ce210235a5cc169c52504f2f67a /version
parenta2ec25fbde78116365ae2210efbc4d9d2088b9d7 (diff)
downloadpodman-3.1.2.tar.gz
podman-3.1.2.tar.bz2
podman-3.1.2.zip
Bump to v3.1.2v3.1.2
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'version')
-rw-r--r--version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/version/version.go b/version/version.go
index 1a167c150..accf6cb61 100644
--- a/version/version.go
+++ b/version/version.go
@@ -27,7 +27,7 @@ const (
// NOTE: remember to bump the version at the top
// of the top-level README.md file when this is
// bumped.
-var Version = semver.MustParse("3.1.2-dev")
+var Version = semver.MustParse("3.1.2")
// See https://docs.docker.com/engine/api/v1.40/
// libpod compat handlers are expected to honor docker API versions