mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
This reverts commit 950eafe1677f8a429d112f37a7a3b017e3695a7e. We should prepare for a stable version 1.0.15.10 first :)
8 lines
85 B
Bash
Executable File
8 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
|
|
main_ver=1.0.15
|
|
minor_ver=9
|
|
version=$main_ver.$minor_ver
|
|
echo $version
|
|
|