diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-08-05 12:46:03 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-08-05 14:50:29 -0400 |
commit | 29c137ff665314f18a65cf55ba55522e702987b3 (patch) | |
tree | d5ffcbc28ec1769cab3ecf53fe9abfdc55c65841 | |
parent | da36c6b29b905fa1384823f53d9d91adfbd0db34 (diff) | |
download | podman-29c137ff665314f18a65cf55ba55522e702987b3.tar.gz podman-29c137ff665314f18a65cf55ba55522e702987b3.tar.bz2 podman-29c137ff665314f18a65cf55ba55522e702987b3.zip |
Bump version to v1.4.2-stable1v1.4.2-stable1
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
-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 a9fcaaeed..83878c436 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" +const Version = "1.4.2-stable1" // RemoteAPIVersion is the version for the remote // client API. It is used to determine compatibility |