download v1.3.0-rc.0 test vectors and stop downloading v1.3.0-alpha.2 test vectors
This commit is contained in:
parent
9a1398ab64
commit
fbcd29aa67
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Copyright (c) 2019-2022 Status Research & Development GmbH. Licensed under
|
||||
# Copyright (c) 2019-2023 Status Research & Development GmbH. Licensed under
|
||||
# either of:
|
||||
# - Apache License, version 2.0
|
||||
# - MIT license
|
||||
|
@ -10,7 +10,7 @@
|
|||
set -eu
|
||||
|
||||
VERSIONS=(
|
||||
"v1.3.0-alpha.2"
|
||||
"v1.3.0-rc.0"
|
||||
)
|
||||
FLAVOURS=(
|
||||
"general"
|
||||
|
|
Loading…
Reference in New Issue