diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ca32d..02f8d39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,3 +70,9 @@ For prior version, please refer to the tag commit message. Sorry guys. ## [0.9.2] - 2022-11-18 - Bug fix for non_xdp mode - Update the tx_timeout value for i225 + +## [0.9.3] - 2022-12-27 +- Update requirements.txt +- Code refactoring to fix bug +- Update README.md and rename installer +- Update Shebang in all file with extension .sh diff --git a/run.sh b/run.sh index 3d09038..6786720 100755 --- a/run.sh +++ b/run.sh @@ -34,7 +34,7 @@ set -a # enable variable export RUNSH_DEBUG_MODE="YES" RUNSH_QDISC_DEBUG_MODE="NO" RUNSH_RESULT_DEBUG_MODE="NO" -TSNREFSW_PACKAGE_VERSION="v0.9.2" +TSNREFSW_PACKAGE_VERSION="v0.9.3" main() { #if [ $USER != "root" ]; then