Skip to content

Commit

Permalink
Update speedtest.js (librespeed#589)
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
merdely authored Nov 29, 2023
1 parent e5f54fb commit 6eeda75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speedtest.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
);
}

Expand Down

0 comments on commit 6eeda75

Please sign in to comment.