diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-06-19 16:23:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-19 16:23:54 -0400 |
commit | bade38c32d195b8063f52a2346b323051f45cf72 (patch) | |
tree | 9737d1aa3db2a896a0f5ae07068d8bd3b56eeb62 /version/version.go | |
parent | 64ba7236300da0ace313a3f0105693177898f363 (diff) | |
parent | c866e584ded2f17cd49045235cffd1d63be32675 (diff) | |
download | podman-bade38c32d195b8063f52a2346b323051f45cf72.tar.gz podman-bade38c32d195b8063f52a2346b323051f45cf72.tar.bz2 podman-bade38c32d195b8063f52a2346b323051f45cf72.zip |
Merge pull request #6697 from mheon/bump_v2.0.0
[CI:DOCS] Bump to v2.0.0
Diffstat (limited to 'version/version.go')
-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 4c7202e77..19db5c340 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.0-dev" +const Version = "2.0.1-dev" // APIVersion is the version for the remote // client API. It is used to determine compatibility |