From 060d817db58a26b78bad2901a90a5478600265dc Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Thu, 7 Dec 2023 11:26:21 -0500 Subject: [PATCH] chore(build): set versions for 2.4.1 development --- package.json | 2 +- src/app/build.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 18f2a86fe..a92682b4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cryostat-web", - "version": "2.4.0", + "version": "2.4.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 b07b0942e..ebbccc380 100644 --- a/src/app/build.json +++ b/src/app/build.json @@ -12,5 +12,5 @@ "mailingListName": "Google Groups", "mailingListUrl": "https://groups.google.com/g/cryostat-development", "licenseUrl": "https://github.com/cryostatio/cryostat/blob/main/LICENSE.txt", - "version": "2.4.0" + "version": "2.4.1-dev" }