Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IlanCosman committed Dec 23, 2020
1 parent 9a7bff3 commit d1b2806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/tide.fish
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ function tide
argparse --stop-nonopt 'v/version' 'h/help' -- $argv

if set -q _flag_version
printf '%s\n' "tide, version 2.5.0"
printf '%s\n' "tide, version 3.0.0"
else if set -q _flag_help
_tide_help
else if functions --query _tide_sub_$argv[1]
Expand Down

0 comments on commit d1b2806

Please sign in to comment.