mirror of
https://github.com/openresty/openresty.git
synced 2026-03-13 09:20:35 +08:00
8 lines
85 B
C
Executable File
8 lines
85 B
C
Executable File
#!/bin/bash
|
|
|
|
main_ver=1.29.2
|
|
minor_ver=2
|
|
version=$main_ver.$minor_ver
|
|
echo $version
|
|
|