We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3b18e commit bc07574Copy full SHA for bc07574
check-updates.sh
@@ -6,7 +6,7 @@ set -o errexit
6
set -o pipefail
7
set -o nounset
8
9
-PREV_RELEASE="102.14.0"
+PREV_RELEASE="102.15.0"
10
11
LATEST_RELEASE=$(curl --silent https://git.savannah.gnu.org/cgit/gnuzilla.git/log | \
12
grep -oP '(?<=Update to )[0-9.]+' | \
0 commit comments