aboutsummaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2020-11-30 16:31:08 -0500
committerMatthew Heon <mheon@redhat.com>2020-11-30 16:31:08 -0500
commit2ee1814a45f0c42a2a297a7be40835b8acba79a3 (patch)
treed286ef90372dfe5048dd9b0df2e536e84439e80f /version
parentdb1d2ff111ee9b012779ff3a5279a982520ccda4 (diff)
downloadpodman-2ee1814a45f0c42a2a297a7be40835b8acba79a3.tar.gz
podman-2ee1814a45f0c42a2a297a7be40835b8acba79a3.tar.bz2
podman-2ee1814a45f0c42a2a297a7be40835b8acba79a3.zip
Bump to v2.2.1-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 55ee3534b..536f5a892 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.2.0")
+var Version = semver.MustParse("2.2.1-dev")
// APIVersion is the version for the remote
// client API. It is used to determine compatibility