Skip to content

Commit 01dee3e

Browse files
authored
Version set to 0.10.0 (#219)
1 parent 0f1c7d0 commit 01dee3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ set -e
99
# Major and minor versions influence customer vetting processes and level
1010
# of perceived trust in an implementation -- please discuss before bumping these.
1111
export EBPF_NET_MAJOR_VERSION='0'
12-
export EBPF_NET_MINOR_VERSION='9'
13-
export EBPF_NET_PATCH_VERSION='5000'
12+
export EBPF_NET_MINOR_VERSION='10'
13+
export EBPF_NET_PATCH_VERSION='0'
1414

1515
# -----
1616
# Build number is incremented automatically, so we can release directly from

0 commit comments

Comments
 (0)