openresty/util/ver

8 lines
85 B
Bash
Executable File

#!/bin/bash
main_ver=0.8.54
minor_ver=4
version=$main_ver.$minor_ver
echo $version