diff --git a/package.json b/package.json index ef476f16b..5f6e4c108 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cryostat-web", - "version": "3.0.0-dev", + "version": "3.0.0", "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 13e93e3f7..1273df8bd 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-dev" + "version": "3.0.0" }