From e602130382d76c7c9268ed2f0bff0b25613bd148 Mon Sep 17 00:00:00 2001 From: Johan Haleby Date: Fri, 16 Feb 2018 16:48:57 +0100 Subject: [PATCH] Preparing for the 1.5 release --- kubetail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubetail b/kubetail index 325afca..a44acd5 100755 --- a/kubetail +++ b/kubetail @@ -27,7 +27,7 @@ containers=() selector=() regex='substring' since="${default_since}" -version="1.4.5-SNAPSHOT" +version="1.5.0" dryrun=false usage="${PROGNAME} [-h] [-c] [-n] [-t] [-l] [-d] [-s] [-b] [-k] [-v] -- tail multiple Kubernetes pod logs at the same time