From f1b31e1d9ced185c3bf909dfc1e16d4a3e49be06 Mon Sep 17 00:00:00 2001 From: Patrick O'Neil Date: Wed, 14 Aug 2024 18:21:55 -0400 Subject: [PATCH] prep for 1.4.11 --- VERSION | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index ac9f79cab..079d7f692 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.10 +1.4.11 diff --git a/package.json b/package.json index 107a1de1e..64c9ce549 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@mitre/saf", "description": "The MITRE Security Automation Framework (SAF) Command Line Interface (CLI) brings together applications, techniques, libraries, and tools developed by MITRE and the security community to streamline security automation for systems and DevOps pipelines.", - "version": "1.4.10", + "version": "1.4.11", "author": "The MITRE Security Automation Framework", "bin": "./bin/run", "bugs": "https://github.com/mitre/saf/issues",