diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-11-23 16:05:54 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-11-24 05:37:35 -0500 |
commit | d0a8e1d0fbb32b51122ca999365dec935e96e907 (patch) | |
tree | c491cb9bdc25d61c5e47397856aade02d6e28095 | |
parent | cbdb4d54bd3dddb8b4452adbfc29ca7702b8e387 (diff) | |
download | podman-d0a8e1d0fbb32b51122ca999365dec935e96e907.tar.gz podman-d0a8e1d0fbb32b51122ca999365dec935e96e907.tar.bz2 podman-d0a8e1d0fbb32b51122ca999365dec935e96e907.zip |
Bump to v2.2.0-dev
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
-rw-r--r-- | version/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version/version.go b/version/version.go index 121fa62d6..a62648eea 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-rc2") +var Version = semver.MustParse("2.2.0-dev") // APIVersion is the version for the remote // client API. It is used to determine compatibility |