diff options
author | Matthew Heon <mheon@redhat.com> | 2019-11-11 16:00:08 -0500 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2019-11-11 16:00:08 -0500 |
commit | 01aa3cbb5186ca20b4b0853e82078b8e80288c1c (patch) | |
tree | 33a5400de3c7f4ce07764c112467a3f221496805 | |
parent | cd7543ceb5b8bc59ff9de676dfe5fe4d2eabcf87 (diff) | |
download | podman-01aa3cbb5186ca20b4b0853e82078b8e80288c1c.tar.gz podman-01aa3cbb5186ca20b4b0853e82078b8e80288c1c.tar.bz2 podman-01aa3cbb5186ca20b4b0853e82078b8e80288c1c.zip |
Bump to v1.4.2-stable3v1.4.2-stable3
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 dfff46d85..c4513784f 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 = "1.4.2-stable2" +const Version = "1.4.2-stable3" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |