Skip to content

Commit

Permalink
The version number was changed to 3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
goetzpf committed Oct 28, 2020
1 parent c1133d1 commit e782818
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
===================
bash-dirstack 2.0.2
===================
=================
bash-dirstack 3.0
=================

An implementation of a persistent directory stack in bash.

Expand Down
4 changes: 3 additions & 1 deletion dirstack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
# path stack
# -------------------------------------------------------

_BASH_DIRSTACK_VERSION="3.0"

_BASH_DIRSTACK_DIR="$HOME/DIRSTACK"

# dir stack data file:
Expand Down Expand Up @@ -257,7 +259,7 @@ function dshelp {
fi
if [ "$1" == "all-raw" ]; then
echo '----------------------------------------------------------------------------'
echo 'bash-dirstack 2.0.2'
echo "bash-dirstack $_BASH_DIRSTACK_VERSION"
echo '----------------------------------------------------------------------------'
echo ''
fi
Expand Down

0 comments on commit e782818

Please sign in to comment.