From 16b4da92f7c9f4685a2a37e058cc101eac1c1d39 Mon Sep 17 00:00:00 2001 From: stephengaudet <32783698+stephengaudet@users.noreply.github.com> Date: Tue, 25 Jul 2023 09:56:05 -0700 Subject: [PATCH] integration tests - bump octez version to 17.2 (#414) bump octez version to 17.2 --- integration_test/.env.next | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_test/.env.next b/integration_test/.env.next index d956aa39..776740fd 100644 --- a/integration_test/.env.next +++ b/integration_test/.env.next @@ -1,2 +1,2 @@ -export OCTEZ_VERSION=${ARCH}_v17.0 +export OCTEZ_VERSION=${ARCH}_v17.2 export PROTOCOL=Nairobi