diff --git a/version.sh b/version.sh index fc17d591..59dbe320 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='2' +export EBPF_NET_PATCH_VERSION='3' # ----- # Build number is incremented automatically, so we can release directly from