Skip to content

Commit

Permalink
v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IlanCosman committed Aug 13, 2021
1 parent 59b79b7 commit 451acfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [v5.0.1][] (???)
## [v5.0.1][] (Aug 13 2021)

### Bug fixes

Expand Down Expand Up @@ -406,4 +406,4 @@
[v4.3.3]: https://github.com/IlanCosman/tide/tree/v4.3.3
[v4.3.4]: https://github.com/IlanCosman/tide/tree/v4.3.4
[v5.0.0]: https://github.com/IlanCosman/tide/tree/v5.0.0
[v5.0.1]: https://github.com/IlanCosman/tide/tree/v5.0.0
[v5.0.1]: https://github.com/IlanCosman/tide/tree/v5.0.1
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 5.0.0"
printf '%s\n' "tide, version 5.0.1"
else if set -q _flag_help
_tide_help
else if functions --query _tide_sub_$argv[1]
Expand Down

0 comments on commit 451acfe

Please sign in to comment.