summaryrefslogtreecommitdiff
path: root/hack
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2019-09-24 12:17:54 +0200
committerValentin Rothberg <rothberg@redhat.com>2019-09-25 10:16:01 +0200
commit6f4e3beedc2a78753f1265c848e5cb6d21ebdcb4 (patch)
tree4c9681d703fdb05bec1cf9b9f7321772dd7ce43a /hack
parent240095e24bedbb2443926f6777bca4cb63c2ab53 (diff)
downloadpodman-6f4e3beedc2a78753f1265c848e5cb6d21ebdcb4.tar.gz
podman-6f4e3beedc2a78753f1265c848e5cb6d21ebdcb4.tar.bz2
podman-6f4e3beedc2a78753f1265c848e5cb6d21ebdcb4.zip
bump catatonit to v0.1.4
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'hack')
-rwxr-xr-xhack/install_catatonit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack/install_catatonit.sh b/hack/install_catatonit.sh
index e5532a200..1ba399d19 100755
--- a/hack/install_catatonit.sh
+++ b/hack/install_catatonit.sh
@@ -1,7 +1,7 @@
#!/bin/bash -e
BASE_PATH="/usr/libexec/podman"
CATATONIT_PATH="${BASE_PATH}/catatonit"
-CATATONIT_VERSION="v0.1.3"
+CATATONIT_VERSION="v0.1.4"
if [ -f $CATATONIT_PATH ]; then
echo "skipping ... catatonit is already installed"