v0.1.12
Pre-release
Pre-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.