summaryrefslogtreecommitdiff
path: root/version/version.go
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2021-05-05 13:04:22 -0400
committerMatthew Heon <mheon@redhat.com>2021-05-05 13:04:22 -0400
commitcb30558bdf8c8f0481c4f05774105fffe0db597a (patch)
tree76596b2e70014afc1a0612224c9d0c677f39b82b /version/version.go
parent120e1b78ef28e9220337423ea3e11486c813aa55 (diff)
downloadpodman-cb30558bdf8c8f0481c4f05774105fffe0db597a.tar.gz
podman-cb30558bdf8c8f0481c4f05774105fffe0db597a.tar.bz2
podman-cb30558bdf8c8f0481c4f05774105fffe0db597a.zip
Bump to v3.2.0-rc1v3.2.0-rc1
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'version/version.go')
-rw-r--r--version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/version/version.go b/version/version.go
index 1cbd9e309..17f4642da 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.2.0-dev")
+var Version = semver.MustParse("3.2.0-rc1")
// See https://docs.docker.com/engine/api/v1.40/
// libpod compat handlers are expected to honor docker API versions