openresty/util/ver

8 lines
84 B
Plaintext
Raw Normal View History

#!/bin/bash
main_ver=1.2.1
minor_ver=3
version=$main_ver.$minor_ver
echo $version