Merged with master

This commit is contained in:
dosse91 2020-09-27 20:37:01 +02:00
parent 87e71d3650
commit c054494920
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ This is the Docker version of LibreSpeed.
See the included `doc.md` or the wiki for instructions on how to use it.
## Go backend
A Go implementation is available in the `go` branch, maintained by [Maddie Zhan](https://github.com/maddie).
A Go implementation is available in the [`speedtest-go`](https://github.com/librespeed/speedtest-go) repo, maintained by [Maddie Zhan](https://github.com/maddie).
## Donate
[![Donate with Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/fdossena/donate)

View file

@ -49,7 +49,7 @@ function Speedtest() {
this._settings = {}; //settings for the speedtest 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.1 - https://github.com/librespeed/speedtest"
"LibreSpeed by Federico Dossena v5.2.2 - https://github.com/librespeed/speedtest"
);
}