diff --git a/.github/update_checker.sh b/.github/update_checker.sh index 8d27d6c..c06562e 100755 --- a/.github/update_checker.sh +++ b/.github/update_checker.sh @@ -11,7 +11,7 @@ set -eo pipefail latestStable=("2" "6" "1") stableChanged="false" -latestDev=("2" "7" "4") +latestDev=("2" "7" "5") devChanged="false" # Query the FTP repository and iterate over each line of the content returned. diff --git a/Makefile b/Makefile index 45a34db..7fbc543 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # The Makefile will be the "source of truth" when it comes to which version of # Kea we are to build. Having it in a single place will make life easier for us # in the future. -KEA_VERSION="2.7.4" +KEA_VERSION="2.7.5" # These are the build functions, they will in turn call upon the Bash script # with the correct arguments.