diff --git a/manifest.php b/manifest.php index 507b818ef8..76a789d410 100755 --- a/manifest.php +++ b/manifest.php @@ -33,7 +33,7 @@ 'label' => 'QTI test model', 'description' => 'TAO QTI test implementation', 'license' => 'GPL-2.0', - 'version' => '2.16.6', + 'version' => '2.16.7', 'author' => 'Open Assessment Technologies', 'requires' => array( 'taoTests' => '>=2.6', diff --git a/scripts/update/Updater.php b/scripts/update/Updater.php index fa69a642de..fd08f27729 100644 --- a/scripts/update/Updater.php +++ b/scripts/update/Updater.php @@ -260,7 +260,8 @@ public function update($initialVersion) { $currentVersion = '2.16.4'; } - $this->skip('2.16.4', '2.16.6'); + $this->setVersion($currentVersion); + $this->skip('2.16.4', '2.16.7'); } }