feature: upgrade nginx core to 1.25.1 which supports HTTP3.

This commit is contained in:
swananan
2023-08-05 22:28:24 +08:00
committed by lijunlong
parent cf8c2f827e
commit 6278b1aeae
42 changed files with 3096 additions and 252 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
main_ver=1.21.4
minor_ver=2
main_ver=1.25.1
minor_ver=1
version=$main_ver.$minor_ver
echo $version