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