From 175e2c1aedb3396c2ed4e7a0247e21993c6f1461 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 04:26:28 +0000 Subject: [PATCH] prqlc: Update to version 0.9.5 --- bucket/prqlc.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/prqlc.json b/bucket/prqlc.json index c208d8f80e..390c8ffad7 100644 --- a/bucket/prqlc.json +++ b/bucket/prqlc.json @@ -1,12 +1,12 @@ { - "version": "0.9.4", + "version": "0.9.5", "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.9.4/prqlc-v0.9.4-x86_64-pc-windows-msvc.zip", - "hash": "ab31cd879cb2ad9c54645f410ce6261e53496da6975e916a5cd569aa6b40dc8d" + "url": "https://github.com/PRQL/prql/releases/download/0.9.5/prqlc-v0.9.5-x86_64-pc-windows-msvc.zip", + "hash": "361e7261379e28040666460c980ec81e7555f6e1fb364cf15b44133f6c12ae1f" } }, "bin": "prqlc.exe",