From 853f1e3423b37bdac77a937e84db7a75738ad8ef Mon Sep 17 00:00:00 2001 From: Ofek Shaked Date: Sun, 10 Nov 2024 14:02:14 +0200 Subject: [PATCH] Bump release Wireshark version to 4.4.1 --- .github/workflows/pr.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 450249d..2bda430 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -11,7 +11,7 @@ jobs: matrix: # macos-14 is ARM64, macos-13 is x86-64 os: [ubuntu-latest, macos-14, macos-13, windows-latest, ubuntu_arm64] - wireshark_version: [wireshark-4.2.6, wireshark-4.4.0] + wireshark_version: [wireshark-4.2.6, wireshark-4.4.1] include: # Ubuntu 22.04 Wireshark package version - os: ubuntu-latest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 626df17..3907930 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: matrix: # macos-14 is ARM64, macos-13 is x86-64 os: [ubuntu-latest, macos-14, macos-13, windows-latest, ubuntu_arm64] - wireshark_version: [wireshark-4.2.6, wireshark-4.4.0] + wireshark_version: [wireshark-4.2.6, wireshark-4.4.1] include: # Ubuntu 22.04 Wireshark package version - os: ubuntu-latest