From 4dd196d745bf836cbf0c5904a1df6dd241124309 Mon Sep 17 00:00:00 2001 From: Ian Meron Date: Mon, 23 Apr 2018 20:46:09 -0500 Subject: [PATCH] MQE-955: Commit proper version in MFTF composer.json/create the new release tag - increment version tag to 2.2.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e91903a6b..b59d02dce 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "magento/magento2-functional-testing-framework", "description": "Magento2 Functional Testing Framework", "type": "library", - "version": "2.1.2", + "version": "2.2.0", "license": "AGPL-3.0", "keywords": ["magento", "automation", "functional", "testing"], "config": {