From b8b4dd15e3d0e783ed736c827c2f48fc6ab1b1ce Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 21 Jan 2020 13:43:13 +0100 Subject: [PATCH] bootstrap: move to 20.1 --- bootstrap/opnsense-bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/opnsense-bootstrap.sh b/bootstrap/opnsense-bootstrap.sh index e387ab5..ace9396 100755 --- a/bootstrap/opnsense-bootstrap.sh +++ b/bootstrap/opnsense-bootstrap.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2015-2019 Franco Fichtner +# Copyright (c) 2015-2020 Franco Fichtner # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -31,7 +31,7 @@ URL="https://github.com/opnsense/core/archive/stable" WORKDIR="/tmp/opnsense-bootstrap" FLAVOUR="OpenSSL" TYPE="opnsense" -RELEASE="19.7" +RELEASE="20.1" DO_BARE= DO_INSECURE=