mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Fix Version Tag in Whitelisting
This commit is contained in:
parent
c52f5ce52a
commit
cdddad24e3
1 changed files with 5 additions and 0 deletions
|
@ -95,6 +95,11 @@ echo "${bold}${green}Whitelisting Test Complete"
|
|||
echo "${bold}${green}--------------------------"
|
||||
printf "\n\n"
|
||||
|
||||
# *******************
|
||||
# RELEASE NEW VERSION
|
||||
# *******************
|
||||
YEAR=$(date +"%Y")
|
||||
MONTH=$(date +"%m")
|
||||
latestbuild=V4.${YEAR}.${MONTH}.${TRAVIS_BUILD_NUMBER}
|
||||
printf "\n"
|
||||
echo "${bold}${green}All Nginx Tests Completed"
|
||||
|
|
Loading…
Add table
Reference in a new issue