summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2022-01-28 10:45:59 -0500
committerMatthew Heon <mheon@redhat.com>2022-01-28 10:45:59 -0500
commit10a966a2a085bfa54441b7aa5b09839b90bfcf99 (patch)
treeadafd7f865c57031c61023e56cd1c3c9897454cb
parent9b441c0dda57a79dc96eba90be6e2d1ece4b4905 (diff)
downloadpodman-10a966a2a085bfa54441b7aa5b09839b90bfcf99.tar.gz
podman-10a966a2a085bfa54441b7aa5b09839b90bfcf99.tar.bz2
podman-10a966a2a085bfa54441b7aa5b09839b90bfcf99.zip
Bump to v4.0.0-dev
Signed-off-by: Matthew Heon <mheon@redhat.com>
-rw-r--r--version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/version/version.go b/version/version.go
index e5b8320f2..c6bd2c239 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("4.0.0-rc3")
+var Version = semver.MustParse("4.0.0-dev")
// See https://docs.docker.com/engine/api/v1.40/
// libpod compat handlers are expected to honor docker API versions