From 670d38deae49b3ce482b19fc2c652e4dca07bf3d Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 19 Mar 2019 05:00:23 +0000 Subject: [PATCH] gomake: Update to version 2.3.1 --- gomake.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gomake.json b/gomake.json index e10143ad3d..f52546284b 100644 --- a/gomake.json +++ b/gomake.json @@ -1,12 +1,12 @@ { - "version": "2.3.0", + "version": "2.3.1", "description": "Cross platform build tool / task runner.", "homepage": "https://github.com/brad-jones/gomake/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/brad-jones/gomake/releases/download/v2.3.0/gomake_windows_amd64.zip", - "hash": "19211b5464e996f539c109ef9886a52e09f3d5a369195e3f7bbe9fd879a09cf4" + "url": "https://github.com/brad-jones/gomake/releases/download/v2.3.1/gomake_windows_amd64.zip", + "hash": "990e85c9ae0be963b0db65018420cd0c507f101bd344ad745a1b497dd4df275a" } }, "bin": "gomake.exe",