diff --git a/release_notes.txt b/release_notes.txt index 9a34cee..b7a76c1 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,7 @@ +v2.2.4 +1. Allow use of hostname for mgt platform in config.ini +2. Fix static route addition for mgt platform to include interface GW address + v2.2.3 1. Merged PR with influx2 https & utctime fixes. Thanks jyoung15! diff --git a/setup.sh b/setup.sh index db0dd5f..ba6f2ab 100755 --- a/setup.sh +++ b/setup.sh @@ -1,7 +1,7 @@ #!/bin/bash # Installer for wiperf on WLAN Pi & RPi -VERSION='2.2.3' -POLLER_VERSION='0.3.5' +VERSION='2.2.4' +POLLER_VERSION='0.3.6' # Installation script log file LOG_FILE="/var/log/wiperf_install.log" diff --git a/version.txt b/version.txt index 6b4d157..0476155 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.2.3 \ No newline at end of file +2.2.4 \ No newline at end of file