Caching issues with the theme when using style.css in child theme.
Keeps holding onto a ?ver=7.2.5 but when you clear it you can see that the updated css is there.
The function of connecting the style file from the child theme has always been the same, but if it does not suit you and you want the version of the child theme to be written there by name, then you need to replace the line in the child theme in the functions.php file woodmart_get_theme_info( 'Version' ) to wp_get_theme()->get( 'Version' )