Skip to content

Commit bc07574

Browse files
authored
feat: update release version
1 parent 8d3b18e commit bc07574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check-updates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -o errexit
66
set -o pipefail
77
set -o nounset
88

9-
PREV_RELEASE="102.14.0"
9+
PREV_RELEASE="102.15.0"
1010

1111
LATEST_RELEASE=$(curl --silent https://git.savannah.gnu.org/cgit/gnuzilla.git/log | \
1212
grep -oP '(?<=Update to )[0-9.]+' | \

0 commit comments

Comments
 (0)