From c531d2a6b9093b28b9979e13f732f620a78cc66a Mon Sep 17 00:00:00 2001 From: Jonathan Perry Date: Thu, 18 Jan 2024 14:41:22 -0600 Subject: [PATCH] bump patch version number for v0.10.2 --- version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.sh b/version.sh index 6a615db6..fc17d591 100755 --- a/version.sh +++ b/version.sh @@ -10,7 +10,7 @@ set -e # of perceived trust in an implementation -- please discuss before bumping these. export EBPF_NET_MAJOR_VERSION='0' export EBPF_NET_MINOR_VERSION='10' -export EBPF_NET_PATCH_VERSION='1' +export EBPF_NET_PATCH_VERSION='2' # ----- # Build number is incremented automatically, so we can release directly from