summaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2020-09-22 11:16:48 -0400
committerMatthew Heon <mheon@redhat.com>2020-09-22 11:16:48 -0400
commit20d90320fc49dd4472efcfcf5fda471246227dec (patch)
tree37d0cf07a7155f23fc630bb5f921644ef4dbc454 /version
parentd8868746fd3f45b9bfd79e37bf2aa0c7103245fd (diff)
downloadpodman-20d90320fc49dd4472efcfcf5fda471246227dec.tar.gz
podman-20d90320fc49dd4472efcfcf5fda471246227dec.tar.bz2
podman-20d90320fc49dd4472efcfcf5fda471246227dec.zip
Bump to v2.2.0-dev
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 0fbb22ff6..e6b1425ef 100644
--- a/version/version.go
+++ b/version/version.go
@@ -8,7 +8,7 @@ import (
// NOTE: remember to bump the version at the top
// of the top-level README.md file when this is
// bumped.
-var Version = semver.MustParse("2.1.0")
+var Version = semver.MustParse("2.2.0-dev")
// APIVersion is the version for the remote
// client API. It is used to determine compatibility