From cd19a8d784058ec41634e163887da01d0b9865ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 20:23:42 +0000 Subject: [PATCH] prqlc: Update to version 0.11.1 --- bucket/prqlc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/prqlc.json b/bucket/prqlc.json index 89a1a74362..be6ef3736d 100644 --- a/bucket/prqlc.json +++ b/bucket/prqlc.json @@ -1,12 +1,12 @@ { - "version": "0.11.0", + "version": "0.11.1", "description": "A simple, powerful, pipelined SQL replacement", "homepage": "https://prql-lang.org/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/PRQL/prql/releases/download/0.11.0/prqlc-v0.11.0-x86_64-pc-windows-msvc.zip", - "hash": "5632b4d80f68efc1c8551a52352806f00ba143fbedad0d425480e52da294173c" + "url": "https://github.com/PRQL/prql/releases/download/0.11.1/prqlc-v0.11.1-x86_64-pc-windows-msvc.zip", + "hash": "07679a9c1c62049921ca913e2485c1b606b5cf65f08d05c2f0fbb2345d6c810b" } }, "bin": "prqlc.exe",