diff --git a/betocq/version.py b/betocq/version.py index accb8b8..d01ce16 100644 --- a/betocq/version.py +++ b/betocq/version.py @@ -15,7 +15,7 @@ """Define the Beto CQ test script version.""" -TEST_SCRIPT_VERSION = '2.3.2' +TEST_SCRIPT_VERSION = '2.3.3' # VERSION_LOG (only add new description for new version, keep the history log) # '2.0.0': 'initial version' @@ -23,4 +23,4 @@ # '2.2.0': 'add iperf for AWARE,HOTSPOT mode and disable WLAN deny list.' # '2.3.0': 'fix the low NC speed issue.' # '2.3.1': 'fix WLAN function test and improve the report format.' -# '2.3.2': 'fix network removal and other various issues.' +# '2.3.2': 'add TDLS/Aware device capability check.'