Change the version of default style.css in wordpress

It’s using 5.2.3 because no version was specified when style.css was enqueued/registered. So it fell back to the version of WordPress.

If you pass in a version when calling wp_enqueue_style, it will use that value instead