From e16bd9f3a3e155aeb927d96672cf0bb6673fe538 Mon Sep 17 00:00:00 2001 From: Aidan Daly Date: Mon, 2 Mar 2026 17:02:55 -0500 Subject: [PATCH] fix: revert version to 0.3.0-preview.2.1 (accidentally bumped in #472) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a3aafa5..2a80b07a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aws/agentcore", - "version": "0.3.0-preview.3", + "version": "0.3.0-preview.2.1", "description": "CLI for Amazon Bedrock AgentCore", "license": "Apache-2.0", "repository": {