By default, there is in source code a tag calle d”generator” where show the WP version. This are used for any hacker ot bot to get really usefull information when they are watching you to hack your wordpress.
Add to functions.php of your theme / child theme
/* MRWOLF Remove WP Version - Generator */
remove_action('wp_head', 'wp_generator');