diff --git a/VERSION b/VERSION index 9c4a70272f..3c4c7c2d1c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.78.0-dev \ No newline at end of file +1.78.0 \ No newline at end of file diff --git a/backend/package.json b/backend/package.json index 87d3edeeac..81ce455980 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "@gardener-dashboard/backend", - "version": "1.77.0", + "version": "1.78.0", "description": "Gardener Dashboard Server", "license": "Apache-2.0", "author": "Koser, Holger ", diff --git a/frontend/package.json b/frontend/package.json index da92dce32e..02314aadd5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@gardener-dashboard/frontend", - "version": "1.77.0", + "version": "1.78.0", "description": "Gardener Dashboard Client", "license": "Apache-2.0", "author": "Koser, Holger ",