From aa2a03c106af65a2ad139641d2875559a2dc45c7 Mon Sep 17 00:00:00 2001 From: Cole Higgins Date: Tue, 20 Aug 2024 15:03:39 -0400 Subject: [PATCH] Bump develop to 3.13.0-develop --- VERSION | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 9f54573e319..7d648246042 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.12.0-develop +3.13.0-develop diff --git a/package.json b/package.json index 98a59097288..7ae5676471f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TheForemanDevDeps", - "version": "3.12.0", + "version": "3.13.0", "license": "GPL-3.0", "description": "Foreman isn't really a node module, these are just dependencies needed to build the webpack bundle. 'dependencies' are the asset libraries in use and 'devDependencies' are used for the build process.", "private": true,