Skip to content

Commit

Permalink
bump version to 2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
llecaque committed Apr 4, 2016
1 parent bf3f3ba commit 7213d0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'label' => 'QTI test model',
'description' => 'TAO QTI test implementation',
'license' => 'GPL-2.0',
'version' => '2.22.0',
'version' => '2.23.0',
'author' => 'Open Assessment Technologies',
'requires' => array(
'taoTests' => '>=2.13',
Expand Down
2 changes: 2 additions & 0 deletions scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,5 +279,7 @@ public function update($initialVersion) {

$this->setVersion('2.22.0');
}

$this->skip('2.22.0','2.23.0');
}
}

0 comments on commit 7213d0a

Please sign in to comment.