diff --git a/version.sh b/version.sh index 4be0916e..da5a74d2 100755 --- a/version.sh +++ b/version.sh @@ -9,8 +9,8 @@ set -e # Major and minor versions influence customer vetting processes and level # of perceived trust in an implementation -- please discuss before bumping these. export EBPF_NET_MAJOR_VERSION='0' -export EBPF_NET_MINOR_VERSION='9' -export EBPF_NET_PATCH_VERSION='5000' +export EBPF_NET_MINOR_VERSION='10' +export EBPF_NET_PATCH_VERSION='0' # ----- # Build number is incremented automatically, so we can release directly from