openresty/util/ver

8 lines
84 B
Bash
Executable File

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