From ea5868bb078512217025392b87e5e4c2d170d873 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 12:31:55 +0000 Subject: [PATCH] v: Update to version 0.4 --- bucket/v.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/v.json b/bucket/v.json index 93562bdfea..3bf7183c3f 100644 --- a/bucket/v.json +++ b/bucket/v.json @@ -1,13 +1,13 @@ { - "version": "0.3.5", + "version": "0.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.3.5/v_windows.zip", - "hash": "f3893bd9a047c5bde8178d5d943ac644b36281704c39eb0acce1efd377a84059" + "url": "https://github.com/vlang/v/releases/download/0.4/v_windows.zip", + "hash": "9e40660be3031d835368559961a9afa5c695499eed6398c9ae28a257c7755ae7" } }, "extract_dir": "v",