From 9a7b254cc66c8766dc1b752daf33a9033d910562 Mon Sep 17 00:00:00 2001 From: Taylor Lovett Date: Fri, 15 Jan 2021 12:36:49 -0500 Subject: [PATCH] Version 0.16.9 --- package.json | 2 +- src/bootstrap.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1a0322c..514a98b 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/bootstrap.php b/src/bootstrap.php index f283fc0..0005aa6 100644 --- a/src/bootstrap.php +++ b/src/bootstrap.php @@ -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__ ) );