bump current_ver to 7.49

This commit is contained in:
Aaron Bieber 2023-10-10 07:39:03 -06:00
parent 84688201cc
commit 9025fd4d56
No known key found for this signature in database

View File

@ -4,7 +4,7 @@ set -xe
mkdir -p /tmp/openbsd_app/{stable,current}
CURRENT_VER="7.48"
CURRENT_VER="7.49"
STABLE_VER="7.37"
CURRENT_FILE=${1:-/tmp/openbsd_app/current/share/sqlports}
STABLE_FILE=${2:-/tmp/openbsd_app/stable/share/sqlports}