Skip to content

Commit

Permalink
Merge pull request #167 from subnut/fix-#94
Browse files Browse the repository at this point in the history
Fix #94
  • Loading branch information
yubiuser authored Feb 19, 2022
2 parents 510eb3d + 9174c22 commit 13d2f02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion padd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LC_NUMERIC=C
############################################ VARIABLES #############################################

# VERSION
padd_version="v3.6.4"
padd_version="v3.6.5"

# DATE
today=$(date +%Y%m%d)
Expand Down Expand Up @@ -619,6 +619,7 @@ GetVersionInformation() {
echo "mini_status_=\"$mini_status_\""
echo "tiny_status_=\"$tiny_status_\""
echo "full_status_=\"$full_status_\""
echo "mega_status=\"$mega_status\""
} >> ./piHoleVersion

# there's a file now
Expand Down

0 comments on commit 13d2f02

Please sign in to comment.