Update speedtest.js (#589)

Bump version
This commit is contained in:
Michael Erdely 2023-11-28 23:40:24 -05:00 committed by GitHub
parent e5f54fbd78
commit 6eeda75765
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 v5.2.5 - https://github.com/librespeed/speedtest"
"LibreSpeed by Federico Dossena v5.3.0 - https://github.com/librespeed/speedtest"
);
}