What's Changed
- Possible solution to set the correct version in the PDF footer by @thrashwerk in https://github.com/quii/learn-go-with-tests/pull/836
- Use a safer sed separator in build script to avoid conflicts by @thrashwerk in https://github.com/quii/learn-go-with-tests/pull/837
- Add strings.Builder example in for's benchmark section by @domcorvasce in https://github.com/quii/learn-go-...