From 33926c3f3a86e15c5cae8d8a25615211736191de Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Tue, 26 Dec 2023 12:47:19 -0800 Subject: [PATCH] v6.1.0 --- CHANGELOG.md | 3 ++- functions/tide.fish | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db155977..04fcd9f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [v6.1.0][] (???) +## [v6.1.0][] (Dec 26 2023) ### Features @@ -617,3 +617,4 @@ [v5.6.0]: https://github.com/IlanCosman/tide/tree/v5.6.0 [v6.0.0]: https://github.com/IlanCosman/tide/tree/v6.0.0 [v6.0.1]: https://github.com/IlanCosman/tide/tree/v6.0.1 +[v6.1.0]: https://github.com/IlanCosman/tide/tree/v6.1.0 diff --git a/functions/tide.fish b/functions/tide.fish index 1f9e46b8..106a9426 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 6.0.1' + echo 'tide, version 6.1.0' else if set -q _flag_help _tide_help else if functions --query _tide_sub_$argv[1]