openresty/util/ver

9 lines
104 B
Bash

#!/bin/bash
#main_ver=1.3.11
main_ver=1.2.7
minor_ver=3rc3
version=$main_ver.$minor_ver
echo $version