From 5a687f00b6b5e07b1ae77a79a0959b25361440db Mon Sep 17 00:00:00 2001 From: Rama Kant Yadav Date: Tue, 26 Sep 2023 13:00:12 +0530 Subject: [PATCH] Test Center GA Release Version change --- pkg/commands/package_list/package-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/commands/package_list/package-list.json b/pkg/commands/package_list/package-list.json index 200553c..33b0270 100644 --- a/pkg/commands/package_list/package-list.json +++ b/pkg/commands/package_list/package-list.json @@ -268,13 +268,13 @@ { "title": "Test Center", "name": "test-center", - "version": "0.2.0", + "version": "1.0.0", "url": "https://github.com/akamai/cli-test-center", "issues": "https://github.com/akamai/cli-test-center/issues", "commands": [ { "name": "test-center", - "version": "0.2.0", + "version": "1.0.0", "description": "Test Center is a testing tool that checks the effect of configuration changes on your web property. Use this tool as part of your testing protocol to increase your confidence in the safety and accuracy of your configuration changes.", "bin": "https://github.com/akamai/cli-test-center/releases/download/{{.Version}}/akamai-{{.Name}}-{{.Version}}-{{.OS}}{{.Arch}}{{.BinSuffix}}" }