From 55b0a9f1b1b2871976c5ea7b7874f18afcf1a8ab Mon Sep 17 00:00:00 2001 From: Griffin Sullivan Date: Fri, 25 Aug 2023 09:44:46 -0400 Subject: [PATCH] Bump develop to 3.9.0-develop --- VERSION | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 79997a4bca5..7820334c47a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.8.0-develop +3.9.0-develop diff --git a/package.json b/package.json index c00fddf613b..c99562e59c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TheForemanDevDeps", - "version": "3.8.0", + "version": "3.9.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,