diff options
| author | Greg Steuck <gnezdo@google.com> | 2019-08-27 18:20:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-27 18:20:23 -0700 |
| commit | 1eb076e9b74b2941198c3de6b9d25339b936b545 (patch) | |
| tree | 692af2188820b8db416c6da00b2457b5a930e7cc /tools/create-openbsd-gce-ci.sh | |
| parent | fd37b39ea8db38458059092f5f94b582392e8922 (diff) | |
tools/create-openbsd: switch to 6.6 (#1363)
Diffstat (limited to 'tools/create-openbsd-gce-ci.sh')
| -rwxr-xr-x | tools/create-openbsd-gce-ci.sh | 2 |
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/./}}" |
