Skip to content

v0.1.12

Pre-release
Pre-release

Choose a tag to compare

@bogey3 bogey3 released this 22 Feb 01:33
· 9 commits to master since this release
Fix incorrect formatting in OS version string generation

The placeholders for integers in the OS version string were incorrectly using `%s` instead of `%d`. This ensures proper numeric formatting for the consumer, server, and build values.