Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
weibeld committed Jul 7, 2020
1 parent 18cab0c commit f2839bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k1s
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/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}

Expand Down

0 comments on commit f2839bd

Please sign in to comment.