Update version as well to 0.32

This commit is contained in:
pepa65 2017-05-30 22:52:14 +07:00
parent 24b742a8d3
commit bdbfe4b27e
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# tldr-bash-client
* version 0.31
* version 0.32
* https://github.com/pepa65/tldr-bash-client
### Bash client for tldr: community driven man-by-example

4
tldr
View File

@ -1,8 +1,8 @@
#!/bin/bash
set +vx -o pipefail
[[ $- = *i* ]] && echo "Don't source this script!" && return 1
version='0.31'
# tldr-bash-client version 0.31
version='0.32'
# tldr-bash-client version 0.32
# Bash client for tldr: community driven man-by-example
# - forked from Ray Lee, http://github.com/raylee/tldr
# - modified and expanded by pepa65: http://github.com/pepa65/tldr-bash-client