From 7fc161df114b7e1d66fb626e090c209bf2db258c Mon Sep 17 00:00:00 2001 From: Will Dower Date: Tue, 14 Feb 2023 21:42:58 -0500 Subject: [PATCH] v1.2.5 Signed-off-by: Will Dower --- VERSION | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index e8ea05db8..c813fe116 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.4 +1.2.5 diff --git a/package.json b/package.json index 02ed24f75..be74dd1e3 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.2.4", + "version": "1.2.5", "author": "The MITRE Security Automation Framework", "bin": "./bin/run", "bugs": "https://github.com/mitre/saf/issues",