summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2019-08-27 15:54:44 -0400
committerMatthew Heon <mheon@redhat.com>2019-08-27 15:54:44 -0400
commit01a1bee360406780d59899c4ee86990d9a73aa92 (patch)
tree60e313c5cf2f9976ea7ad5386456c7f394b58f7b
parentb49ff958d5dfb01a85fb0d5c394b1ba7d9a74d2d (diff)
downloadpodman-1.4.2-stable2.tar.gz
podman-1.4.2-stable2.tar.bz2
podman-1.4.2-stable2.zip
Bump to v1.4.2-stable2v1.4.2-stable2
Signed-off-by: Matthew Heon <mheon@redhat.com>
-rw-r--r--version/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/version/version.go b/version/version.go
index 83878c436..dfff46d85 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-stable1"
+const Version = "1.4.2-stable2"
// RemoteAPIVersion is the version for the remote
// client API. It is used to determine compatibility