From 7188c8134a2f8088284b8a8a2309a49e70b02d86 Mon Sep 17 00:00:00 2001 From: hveldstra Date: Fri, 11 Jun 2021 12:59:30 +0100 Subject: [PATCH] 1.7.3 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 03a20cdb25..c55d54a6a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "artillery", - "version": "1.7.2", + "version": "1.7.3", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.7.2", + "version": "1.7.3", "license": "MPL-2.0", "dependencies": { "agentkeepalive": "^4.1.4", diff --git a/package.json b/package.json index e88f33e505..3a857f4ee4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "artillery", - "version": "1.7.2", + "version": "1.7.3", "description": "Flexible and powerful toolkit for load and functional testing", "main": "./lib", "engines": {