From de424cc03a077fe5634005e448c6afdafb7fbe6c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 00:32:22 +0000 Subject: [PATCH] devspace: Update to version 6.3.11 --- bucket/devspace.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/devspace.json b/bucket/devspace.json index a228b93282..0d14bc30f7 100644 --- a/bucket/devspace.json +++ b/bucket/devspace.json @@ -1,16 +1,16 @@ { - "version": "6.3.10", + "version": "6.3.11", "description": "DevSpace is an open-source developer tool for Kubernetes that lets you develop and deploy cloud-native software faster", "homepage": "https://devspace.sh", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/devspace-sh/devspace/releases/download/v6.3.10/devspace-windows-amd64.exe#/devspace.exe", - "hash": "5f7994802ea458c483af6aca29ed2bee0e608feb5738a546a44aacac61d85098" + "url": "https://github.com/devspace-sh/devspace/releases/download/v6.3.11/devspace-windows-amd64.exe#/devspace.exe", + "hash": "ba244f03af2a8be65fb7a6b3161394fc6391bf5b5223e601bc1933f0a34402ab" }, "32bit": { - "url": "https://github.com/devspace-sh/devspace/releases/download/v6.3.10/devspace-windows-386.exe#/devspace.exe", - "hash": "56bdf247e38742566d781b46f15a0bf66d1de51fb7fb9c57e321247117736511" + "url": "https://github.com/devspace-sh/devspace/releases/download/v6.3.11/devspace-windows-386.exe#/devspace.exe", + "hash": "88c6e8b18f0096d0053d6d64bd2442b4dfc759ad42c93ca029c404b584ab28fb" } }, "bin": "devspace.exe",