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,