From 630ae9f7d93c5f53880e7d59ae4e61f6390b71a1 Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Wed, 14 Apr 2021 14:42:25 -0700 Subject: [PATCH] v4.3.4 --- functions/tide.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/tide.fish b/functions/tide.fish index 91514769..ea6e64cf 100644 --- a/functions/tide.fish +++ b/functions/tide.fish @@ -2,7 +2,7 @@ function tide argparse --stop-nonopt v/version h/help -- $argv if set -q _flag_version - printf '%s\n' "tide, version 4.3.3" + printf '%s\n' "tide, version 4.3.4" else if set -q _flag_help _tide_help else if functions --query _tide_sub_$argv[1]