From f3e704e5cf4c417d717bf505427f91402cc83dd6 Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Thu, 4 Mar 2021 11:54:46 -0800 Subject: [PATCH] v4.2.0 --- functions/tide.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/tide.fish b/functions/tide.fish index a0391d5..ba5abe9 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.1.1" + printf '%s\n' "tide, version 4.2.0" else if set -q _flag_help _tide_help else if functions --query _tide_sub_$argv[1]