This commit is contained in:
Ilan Cosman 2023-07-04 20:46:05 -07:00
parent c96976d3da
commit 51b0f37307
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## [v5.6.0][] (??? ?? 2022)
## [v5.6.0][] (July 4 2023)
### Features

View File

@ -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.5.1'
echo 'tide, version 5.6.0'
else if set -q _flag_help
_tide_help
else if functions --query _tide_sub_$argv[1]