diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-07-23 19:42:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-23 19:42:50 +0200 |
commit | 9352c342d62bbf3b49b0d4d67e8704cbbcd212cd (patch) | |
tree | 9a0aa76cc11555595a38ebc443e0a165759e3b21 /version | |
parent | dade9159e7a0f848e101221274faa3f4f03cf132 (diff) | |
parent | d7d5068c6b50aa35529ae7dd24e654f0e2fc9545 (diff) | |
download | podman-9352c342d62bbf3b49b0d4d67e8704cbbcd212cd.tar.gz podman-9352c342d62bbf3b49b0d4d67e8704cbbcd212cd.tar.bz2 podman-9352c342d62bbf3b49b0d4d67e8704cbbcd212cd.zip |
Merge pull request #7069 from mheon/bump_203
Bump to v2.0.3
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 ef332ab08..8346afcde 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.3-dev" +const Version = "2.0.4-dev" // APIVersion is the version for the remote // client API. It is used to determine compatibility |