1
0
mirror of https://github.com/openresty/openresty synced 2024-11-14 08:45:50 +01:00
openresty/util/ver

8 lines
88 B
C
Raw Normal View History

#!/bin/bash
2021-11-04 10:01:23 +01:00
main_ver=1.21.4
2022-03-11 05:21:51 +01:00
minor_ver=1rc2
version=$main_ver.$minor_ver
echo $version