Skip to content

Commit

Permalink
correct version string
Browse files Browse the repository at this point in the history
  • Loading branch information
sstidl committed Dec 2, 2023
2 parents a6c0818 + 6eeda75 commit c32bf52
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 c32bf52

Please sign in to comment.