New version 0.5.0

This commit is contained in:
gitlab.com/pepa65 2023-05-31 05:15:25 +07:00
parent ff1fabc6b1
commit ea512b442c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# tldr-bash-client
* version 0.4.11
* version 0.5.0
### Bash client for tldr: community driven man-by-example
**A fully-functional [bash](https://tiswww.case.edu/php/chet/bash/bashtop.html)

2
tldr
View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set +vx -o pipefail
[[ $- = *i* ]] && echo "Don't source this script!" && return 1
version='0.4.11'
version='0.5.0'
# tldr-bash-client version 0.48
# Bash client for tldr: community driven man-by-example
# - forked from Ray Lee, https://github.com/raylee/tldr