From 5f383c583fc1eabfe57d50f3e82e4324ba1e5fe7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 20:24:37 +0000 Subject: [PATCH] v: Update to version 0.4.4 --- bucket/v.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/v.json b/bucket/v.json index fcb88cb775..ad4289b81b 100644 --- a/bucket/v.json +++ b/bucket/v.json @@ -1,13 +1,13 @@ { - "version": "0.4.3", + "version": "0.4.4", "description": "The V programming language", "homepage": "https://vlang.io", "license": "MIT", "notes": "Windows SDK is required, you either install it by Visual Studios Installer, or download from: https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/", "architecture": { "64bit": { - "url": "https://github.com/vlang/v/releases/download/0.4.3/v_windows.zip", - "hash": "ee373d94a17bf0ddfbd48d975c8a2b7d0f150c6040784414fc7f5477a1f3a24f" + "url": "https://github.com/vlang/v/releases/download/0.4.4/v_windows.zip", + "hash": "2fabf77e272dd83c274190aea412226494bbab4330874808d09102c3d2d4592a" } }, "extract_dir": "v",