Skip to content

Commit 084893c

Browse files
authored
Merge pull request #251 from yonch/main: bump patch version number for v0.10.2
bump patch version number for v0.10.2
2 parents a902621 + c531d2a commit 084893c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set -e
1010
# of perceived trust in an implementation -- please discuss before bumping these.
1111
export EBPF_NET_MAJOR_VERSION='0'
1212
export EBPF_NET_MINOR_VERSION='10'
13-
export EBPF_NET_PATCH_VERSION='1'
13+
export EBPF_NET_PATCH_VERSION='2'
1414

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

0 commit comments

Comments
 (0)