openresty/util/ver

8 lines
84 B
Bash
Executable File

#!/bin/bash
main_ver=1.9.7
minor_ver=5
version=$main_ver.$minor_ver
echo $version