Skip to content

Commit 8d5d298

Browse files
committed
Version update 0.9.10
Changes List: - Code enchancement to ease code viewing and understanding Signed-off-by: Goh, Wei Sheng <[email protected]>
1 parent c69b3b3 commit 8d5d298

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,6 @@ For prior version, please refer to the tag commit message. Sorry guys.
105105
## [0.9.9] - 2023-9-5
106106
- Update i225 OPCUA-PKT1 mapping
107107
- Add eth flowtype proto rx filter to json
108+
109+
## [0.9.10] - 2023-10-9
110+
- Code enhancement to ease code viewing and understanding

run.sh

+1-1
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.9"
37+
TSNREFSW_PACKAGE_VERSION="v0.9.10"
3838

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

0 commit comments

Comments
 (0)