Skip to content

Commit 135f5ca

Browse files
committed
Version update 0.9.11
Changes List: - Update libbpf symbolic link in packages installer Signed-off-by: Goh, Wei Sheng <[email protected]>
1 parent 821d859 commit 135f5ca

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,6 @@ For prior version, please refer to the tag commit message. Sorry guys.
108108

109109
## [0.9.10] - 2023-10-9
110110
- Code enhancement to ease code viewing and understanding
111+
112+
## [0.9.11] - 2023-11-8
113+
- Update libbpf symbolic link in packages installer

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ set -a # enable variable export
3434
RUNSH_DEBUG_MODE="YES"
3535
RUNSH_QDISC_DEBUG_MODE="NO"
3636
RUNSH_RESULT_DEBUG_MODE="NO"
37-
TSNREFSW_PACKAGE_VERSION="v0.9.10"
37+
TSNREFSW_PACKAGE_VERSION="v0.9.11"
3838

3939
main() {
4040
#if [ $USER != "root" ]; then

0 commit comments

Comments
 (0)