 docroot/sites/all/modules/contrib/jquery_update/jquery_update.module | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docroot/sites/all/modules/contrib/jquery_update/jquery_update.module b/docroot/sites/all/modules/contrib/jquery_update/jquery_update.module
index e37fdc9..62f47ec 100644
--- a/docroot/sites/all/modules/contrib/jquery_update/jquery_update.module
+++ b/docroot/sites/all/modules/contrib/jquery_update/jquery_update.module
@@ -94,6 +94,9 @@ function jquery_update_library_alter(&$javascript, $module) {
       }
     }
 
+    // Update drupal with the correct version.
+    drupal_alter('jquery_update_version', $javascript, $version);
+
     // Always add a new jquery_version array to ajaxPageState.
     // This is what we used to determine which version to use
     // for any ajax callback.
