Security first: Do not help hackers to easly know wordpress version you are using and easly identify faster bugs and list of posible attacks
Add to functions.php of your theme (child theme preferible)
/* WP Code Tricks - Remove WP Version AKA Generator */
remove_action('wp_head', 'wp_generator');