I want to update Bootstrap on a site, but I don\'t know the installed version.
How can I identify the bootstrap version, with only bootstrap.css and bootstrap.min.js fil
The easiest would be to locate the bootstrap file (bootstrap.css OR bootstrap.min.css) and read through the docblock, you'll see something like this
Bootstrap v3.3.6 (http://getbootstrap.com)