To be clear, this has nothing to do with script tags. I am not using them. This is JS placed on the page using PHP include.
Most of my JavaScript files mix in PHP and use PHP's include instead of script tags. Usually the solution would be adding a query string to the end of src attribute for a script tag. As far as I know, I can't really do this when I use include. For the most part, I'm having issues on mobile for users to get the latest JS source instead of an old stored cached version on their device.