diff --git a/VERSION b/VERSION index 7d648246042..a280a3b8ac1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.13.0-develop +3.14.0-develop diff --git a/package.json b/package.json index 7ae5676471f..e64762e9724 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "TheForemanDevDeps", - "version": "3.13.0", + "version": "3.14.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,