Is it possible to fetch the current application version programmatically for use in urls with far future expires header?
For example:
<link rel="stylesheet" href="app.js?v=1.23" />
Should be automatically updated to:
<link rel="stylesheet" href="app.js?v=1.24" />
In order to do so I need to get the version.