From 47e0937ad5648854da036f46a17d2f9106aaf08e Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 23 Jan 2017 08:40:31 +0100 Subject: [PATCH] update: prepare for final 17.1 release --- update/opnsense-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/opnsense-update.sh b/update/opnsense-update.sh index a7a70fc..d8b21d0 100755 --- a/update/opnsense-update.sh +++ b/update/opnsense-update.sh @@ -42,7 +42,7 @@ WORKDIR=${WORKPREFIX}/${$} KERNELDIR="/boot/kernel" PKG="pkg-static" ARCH=$(uname -p) -VERSION="16.7.11" +VERSION="17.1" if [ ! -f ${ORIGIN} ]; then echo "Missing origin.conf"