feature: upgrade the nginx core to 1.27.1.

This commit is contained in:
jiahao 2024-08-16 22:09:32 +08:00
parent 9fb4098d72
commit e77361f2a0
1 changed files with 1 additions and 1 deletions
util

View File

@ -1,6 +1,6 @@
#!/bin/bash
main_ver=1.27.0
main_ver=1.27.1
minor_ver=1
version=$main_ver.$minor_ver
echo $version