diff --git a/release_notes.txt b/release_notes.txt index 95cb73d..e5b0cba 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,7 @@ +v2.0.0-beta 5 +1. Move to using iperf3 python module to fix ongoing iperf3 test issues +2. Poller module v0.1.24 + v2.0.0-beta 4 1. Added network connectivity files restore during upgrade 2. Added initial ipv6 support for mgt traffic diff --git a/setup.sh b/setup.sh index 988cf45..541fb67 100755 --- a/setup.sh +++ b/setup.sh @@ -1,7 +1,7 @@ #!/bin/bash # Installer for wiperf on WLAN Pi & RPi -VERSION='2.0.0-beta 4' -POLLER_VERSION='0.1.22' +VERSION='2.0.0-beta 5' +POLLER_VERSION='0.1.24' # Installation script log file LOG_FILE="/var/log/wiperf_install.log" diff --git a/version.txt b/version.txt index feffd0e..a05ba29 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.0-beta4 \ No newline at end of file +2.0.0-beta5 \ No newline at end of file