Files
openresty/util/ver
Yichun Zhang (agentzh) b54113f517 upgraded ngx_lua to 0.9.8.
2014-05-31 21:47:26 -07:00

8 lines
87 B
Bash
Executable File

#!/bin/bash
main_ver=1.7.0
minor_ver=1rc1
version=$main_ver.$minor_ver
echo $version