From 5c4c64ae375d295fe2805a175dcf3e1d2d8d9804 Mon Sep 17 00:00:00 2001 From: Griffin Sullivan Date: Tue, 28 Nov 2023 17:26:38 -0500 Subject: [PATCH] Bump develop to 3.10.0-develop --- VERSION | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 7820334c47a..9bbaed60965 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.9.0-develop +3.10.0-develop diff --git a/package.json b/package.json index c99562e59c6..53ac9a35a14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TheForemanDevDeps", - "version": "3.9.0", + "version": "3.10.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,