Commit f2839bd6 authored by Daniel Weibel's avatar Daniel Weibel
Browse files

Bump version to 0.1.1

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
#!/bin/bash
[[ "$1" = -v || "$1" = --version ]] && { echo "0.1.0"; exit; }
[[ "$1" = -v || "$1" = --version ]] && { echo "0.1.1"; exit; }
for d in jq watch curl kubectl; do which "$d" >/dev/null || { echo "Missing dependency: $d"; exit 1; }; done
ns=${1:-default}; res=${2:-pods}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment