Skip to content

Commit

Permalink
Version bump extension to 41.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oatymart committed Jan 3, 2020
1 parent 42ddcf1 commit d7f1d9b
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 @@ -54,7 +54,7 @@
'label' => 'TAO Base',
'description' => 'TAO meta-extension',
'license' => 'GPL-2.0',
'version' => '40.3.4',
'version' => '41.0.0',
'author' => 'Open Assessment Technologies, CRP Henri Tudor',
'requires' => array(
'generis' => '>=12.5.0',
Expand Down
2 changes: 2 additions & 0 deletions scripts/update/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -1287,5 +1287,7 @@ public function update($initialVersion) {

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

$this->skip('40.3.4', '41.0.0');
}
}

0 comments on commit d7f1d9b

Please sign in to comment.