diff options
author | Matthew Heon <mheon@redhat.com> | 2020-11-18 13:15:55 -0500 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2020-11-18 13:15:55 -0500 |
commit | ac39493453bea581d1c0d4e9ec2dd75ba5f1b2c5 (patch) | |
tree | d07b05962e3a7a749407b902fb1a608ac8d54aa0 /version | |
parent | 02843f881f9271440e7eaad8db231ddf20e33e51 (diff) | |
download | podman-ac39493453bea581d1c0d4e9ec2dd75ba5f1b2c5.tar.gz podman-ac39493453bea581d1c0d4e9ec2dd75ba5f1b2c5.tar.bz2 podman-ac39493453bea581d1c0d4e9ec2dd75ba5f1b2c5.zip |
Bump to v2.2.0-dev
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'version')
-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 add65aa86..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-rc1") +var Version = semver.MustParse("2.2.0-dev") // APIVersion is the version for the remote // client API. It is used to determine compatibility |