Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion zp
Original file line number Diff line number Diff line change
Expand Up @@ -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##*/}
Expand Down
Loading