aboutsummaryrefslogtreecommitdiffstats
path: root/tools/create-openbsd-gce-ci.sh
diff options
context:
space:
mode:
authorGreg Steuck <gnezdo@google.com>2019-08-27 18:20:23 -0700
committerGitHub <noreply@github.com>2019-08-27 18:20:23 -0700
commit1eb076e9b74b2941198c3de6b9d25339b936b545 (patch)
tree692af2188820b8db416c6da00b2457b5a930e7cc /tools/create-openbsd-gce-ci.sh
parentfd37b39ea8db38458059092f5f94b582392e8922 (diff)
tools/create-openbsd: switch to 6.6 (#1363)
Diffstat (limited to 'tools/create-openbsd-gce-ci.sh')
-rwxr-xr-xtools/create-openbsd-gce-ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create-openbsd-gce-ci.sh b/tools/create-openbsd-gce-ci.sh
index e72de7e99..5f1e5d960 100755
--- a/tools/create-openbsd-gce-ci.sh
+++ b/tools/create-openbsd-gce-ci.sh
@@ -11,7 +11,7 @@
set -eu -o pipefail
readonly MIRROR="${MIRROR:-cdn.openbsd.org}"
-readonly VERSION="${VERSION:-6.5}"
+readonly VERSION="${VERSION:-6.6}"
readonly DOWNLOAD_VERSION="${DOWNLOAD_VERSION:-snapshots}"
readonly RELNO="${2:-${VERSION/./}}"