diff options
author | Matthew Heon <mheon@redhat.com> | 2020-08-28 11:07:02 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2020-08-28 11:07:02 -0400 |
commit | dc006c164006351a5e3491c8f601318030c70dd4 (patch) | |
tree | 5e571f01c4470896da78e5dfe6c249519a3e6aa3 | |
parent | f27d00f13e148c78d93f66d5a23c7b9fcc57cf88 (diff) | |
download | podman-dc006c164006351a5e3491c8f601318030c70dd4.tar.gz podman-dc006c164006351a5e3491c8f601318030c70dd4.tar.bz2 podman-dc006c164006351a5e3491c8f601318030c70dd4.zip |
Bump to v2.0.6-dev
Signed-off-by: Matthew Heon <mheon@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 336ea59ff..8dd18e100 100644 --- a/version/version.go +++ b/version/version.go @@ -4,7 +4,7 @@ package version // NOTE: remember to bump the version at the top // of the top-level README.md file when this is // bumped. -const Version = "2.0.6-rc1" +const Version = "2.0.6-dev" // APIVersion is the version for the remote // client API. It is used to determine compatibility |