Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
Version 0.16.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tlovett1 committed Jan 15, 2021
1 parent 768ad26 commit 9a7b254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wpacceptance",
"version": "0.16.6",
"version": "0.16.9",
"description": "WP Acceptance is a toolkit that empowers developers and CI pipelines to test codebases using version controlled acceptance tests and sharable environments.",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

use \Symfony\Component\Console\Application;

$app = new Application( 'WPAcceptance', '0.16.8' );
$app = new Application( 'WPAcceptance', '0.16.9' );

define( 'WPACCEPTANCE_DIR', dirname( __DIR__ ) );

Expand Down

0 comments on commit 9a7b254

Please sign in to comment.