From 32e4b8dcf84d618801bd5ce82bc9e95b917c3935 Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Mon, 2 May 2022 10:43:14 -0700 Subject: [PATCH] v5.3.0 --- functions/tide.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/tide.fish b/functions/tide.fish index 662f2a8..d367551 100644 --- a/functions/tide.fish +++ b/functions/tide.fish @@ -2,7 +2,7 @@ function tide --description 'Manage your Tide prompt' argparse --stop-nonopt v/version h/help -- $argv if set -q _flag_version - echo 'tide, version 5.2.2' + echo 'tide, version 5.3.0' else if set -q _flag_help _tide_help else if functions --query _tide_sub_$argv[1]