bump version to v6.0.1

This commit is contained in:
sstidl 2026-04-12 10:45:59 +00:00
parent a77b739905
commit 0036c36dce

View file

@ -49,7 +49,7 @@ function Speedtest() {
this._settings = {}; //settings for the speed test worker
this._state = 0; //0=adding settings, 1=adding servers, 2=server selection done, 3=test running, 4=done
console.log(
"LibreSpeed by Federico Dossena v6.0.0pre1 - https://github.com/librespeed/speedtest"
"LibreSpeed by Federico Dossena v6.0.1 - https://github.com/librespeed/speedtest"
);
}