diff options
author | Matthew Heon <mheon@redhat.com> | 2020-07-23 12:36:20 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2020-07-23 12:36:20 -0400 |
commit | 2349723f89bdb3033d064f6278ca04da8b8ae42d (patch) | |
tree | e90f9f69268c8b636a00f4497cbe4fcb119f6a47 /version/version.go | |
parent | dade9159e7a0f848e101221274faa3f4f03cf132 (diff) | |
download | podman-2349723f89bdb3033d064f6278ca04da8b8ae42d.tar.gz podman-2349723f89bdb3033d064f6278ca04da8b8ae42d.tar.bz2 podman-2349723f89bdb3033d064f6278ca04da8b8ae42d.zip |
Bump to v2.0.3v2.0.3
Signed-off-by: Matthew Heon <mheon@redhat.com>
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 ef332ab08..3047acfc1 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.3" // APIVersion is the version for the remote // client API. It is used to determine compatibility |