From 1d62632aac6786c93803935fbe8fe32dc9b5e9d7 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 8 Nov 2018 22:00:24 +0000 Subject: [PATCH] drone: Update to version 1.0.0 --- drone.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drone.json b/drone.json index 130c9ad0d1..9e31d8fa54 100644 --- a/drone.json +++ b/drone.json @@ -1,9 +1,9 @@ { "homepage": "https://drone.io/", - "version": "0.8.6", + "version": "1.0.0", "license": "Apache-2.0", - "url": "https://github.com/drone/drone-cli/releases/download/v0.8.6/drone_windows_amd64.tar.gz", - "hash": "e584ccbd14e5caf14e8a7d363e8063396c178200c79296cd6624a7f1af25c668", + "url": "https://github.com/drone/drone-cli/releases/download/v1.0.0/drone_windows_amd64.tar.gz", + "hash": "86570827c29acd91eecf4b27b41d613f1c0c0e78880fe99923df69bc183f6d7b", "bin": "drone.exe", "pre_install": "if(Test-Path \"$dir\\drone\") { Rename-Item \"$dir\\drone\" \"$dir\\drone.exe\" }", "checkver": {