Skip to content

Commit

Permalink
Reflect the correct program version in the help menus
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanways committed Jan 14, 2024
1 parent 4ca48a6 commit 6149ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pandoras.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ EOT
display_help() {

cat <<EOT
Pandoras (v0.1.3)
Pandoras (v0.1.2)
Options Usage: (sudo) pandoras [options]
Expand All @@ -89,7 +89,7 @@ EOT

# Prints version
display_version() {
echo "Pandoras (v0.1.3)";
echo "Pandoras (v0.1.2)";
}

# Options
Expand Down

0 comments on commit 6149ad8

Please sign in to comment.