From cd8f5b22808a43d567d5c7de67b9f032152619bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 12:50:10 +0000 Subject: [PATCH] buffalo: Update to version 0.18.11 --- bucket/buffalo.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/buffalo.json b/bucket/buffalo.json index 48ea1b9b10..310d788331 100644 --- a/bucket/buffalo.json +++ b/bucket/buffalo.json @@ -1,16 +1,16 @@ { - "version": "0.18.10", + "version": "0.18.11", "description": "A Go web development eco-system, designed to make the life of a Go web developer easier.", "homepage": "https://gobuffalo.io/en", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/gobuffalo/cli/releases/download/v0.18.10/buffalo_0.18.10_windows_x86_64.tar.gz", - "hash": "d45e9fee0b12e98fbc4a352a4aaf4453c57946f8180eeed945794a73a73c58d6" + "url": "https://github.com/gobuffalo/cli/releases/download/v0.18.11/buffalo_0.18.11_windows_x86_64.tar.gz", + "hash": "3c3c62423f12aeda84ff1dddbb30b7f546483903ad1eb5c4744c2535caeed35e" }, "32bit": { - "url": "https://github.com/gobuffalo/cli/releases/download/v0.18.10/buffalo_0.18.10_windows_i386.tar.gz", - "hash": "51fe3ab1cfc5022f6884058ca1f8147f11890ee50887285845e0c135deaa9570" + "url": "https://github.com/gobuffalo/cli/releases/download/v0.18.11/buffalo_0.18.11_windows_i386.tar.gz", + "hash": "1087e756e094332a23bccbc72003ea22c87bcc9387dc15c98b40076baf764b1d" } }, "bin": "buffalo.exe",