From 3c2d205502c61201e422d651d254935905562c77 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:30:54 +0000 Subject: [PATCH] cue: Update to version 0.13.1 --- bucket/cue.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cue.json b/bucket/cue.json index 3b49ac8393..bb33bb3b93 100644 --- a/bucket/cue.json +++ b/bucket/cue.json @@ -1,12 +1,12 @@ { - "version": "0.13.0", + "version": "0.13.1", "description": "CUE is an open source data constraint language which aims to simplify tasks involving defining and using data.", "homepage": "https://cuelang.org", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/cue-lang/cue/releases/download/v0.13.0/cue_v0.13.0_windows_amd64.zip", - "hash": "a17423528e176f984ae4778fe5c757955783985913a8e18d6ccc663eaf91c279" + "url": "https://github.com/cue-lang/cue/releases/download/v0.13.1/cue_v0.13.1_windows_amd64.zip", + "hash": "934f10f81e3fea059594029c84fd0ae49c4d746f463654daf4a06c10b0a369b0" } }, "bin": "cue.exe",