diff --git a/package.json b/package.json index 5f6e4c108..84e208f23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cryostat-web", - "version": "3.0.0", + "version": "3.0.1-dev", "description": "Web-Client for Cryostat", "repository": "https://github.com/cryostatio/cryostat-web.git", "license": "Apache-2.0", diff --git a/src/app/build.json b/src/app/build.json index 1273df8bd..47bad6d38 100644 --- a/src/app/build.json +++ b/src/app/build.json @@ -13,5 +13,5 @@ "mailingListName": "Google Groups", "mailingListUrl": "https://groups.google.com/g/cryostat-development", "licenseUrl": "https://github.com/cryostatio/cryostat/blob/main/LICENSE.txt", - "version": "3.0.0" + "version": "3.0.1-dev" }