From 08c27103cdb4a1c3057a1cfd3465239661ad3581 Mon Sep 17 00:00:00 2001 From: yuval-hazaz Date: Wed, 11 Dec 2024 15:23:15 +0200 Subject: [PATCH] chore(helm-dotnet):update version --- plugins/dotnet-deployment-helm-chart/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dotnet-deployment-helm-chart/package.json b/plugins/dotnet-deployment-helm-chart/package.json index 8b23e765..6cb05940 100644 --- a/plugins/dotnet-deployment-helm-chart/package.json +++ b/plugins/dotnet-deployment-helm-chart/package.json @@ -1,6 +1,6 @@ { "name": "@amplication/plugin-dotnet-deployment-helm-chart", - "version": "0.0.1", + "version": "0.0.2", "description": "Add helm chart for deployment of the service", "main": "dist/index.js", "nx": {},