From 29db951346f3f1a35a882a3cff20ca17565050be Mon Sep 17 00:00:00 2001 From: Aaron Bull Schaefer Date: Sat, 18 Jul 2026 08:21:03 -0700 Subject: [PATCH] Release v0.2.0 --- zp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zp b/zp index b9f2a94..4d71739 100755 --- a/zp +++ b/zp @@ -6,7 +6,7 @@ # shellcheck disable=SC2016 # literal $VARs in single quotes are deliberate set -euo pipefail -version=0.1.0 +version=0.2.0 # Absolute path to this script, for fzf reload bindings. self=$(cd "$(dirname "$0")" && pwd)/${0##*/}