We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1c7d0 commit 01dee3eCopy full SHA for 01dee3e
version.sh
@@ -9,8 +9,8 @@ set -e
9
# Major and minor versions influence customer vetting processes and level
10
# of perceived trust in an implementation -- please discuss before bumping these.
11
export EBPF_NET_MAJOR_VERSION='0'
12
-export EBPF_NET_MINOR_VERSION='9'
13
-export EBPF_NET_PATCH_VERSION='5000'
+export EBPF_NET_MINOR_VERSION='10'
+export EBPF_NET_PATCH_VERSION='0'
14
15
# -----
16
# Build number is incremented automatically, so we can release directly from
0 commit comments