From c1f543d479bf0098948aad9e7927c5d0a4dc48ed Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 6 Jan 2020 22:01:47 +0000 Subject: [PATCH] ddev: Update to version 1.12.1 --- bucket/ddev.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/ddev.json b/bucket/ddev.json index dc79656f52..ce9f65d5d5 100644 --- a/bucket/ddev.json +++ b/bucket/ddev.json @@ -1,10 +1,10 @@ { "homepage": "https://ddev.readthedocs.io/en/latest/", "description": "An open source tool that makes it simple to get local PHP development environments up and running in minutes", - "version": "1.12.0", + "version": "1.12.1", "license": "Apache-2.0", - "url": "https://github.com/drud/ddev/releases/download/v1.12.0/ddev_windows.v1.12.0.zip", - "hash": "911af636e7da5bdaba15160e24524e360b79cdc7d7f9cd5f5db9d5f0369ff6eb", + "url": "https://github.com/drud/ddev/releases/download/v1.12.1/ddev_windows.v1.12.1.zip", + "hash": "fdfc5e09922ff025fc3712cdb4fd89ad4807882fd588dc2dc4a871d823f2c61b", "bin": "ddev.exe", "suggest": { "docker": "docker-compose"