From f7c27abf895ad6cd32efe0cc8ea3f08c8f68549d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 04:32:43 +0000 Subject: [PATCH] railway: Update to version 1.8.0 --- bucket/railway.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/railway.json b/bucket/railway.json index 2eb686f1d7..05eba8f87c 100644 --- a/bucket/railway.json +++ b/bucket/railway.json @@ -1,16 +1,16 @@ { - "version": "1.7.5", + "version": "1.8.0", "description": "The command line interface for Railway. Use it to connect your code to Railways infrastructure.", "homepage": "https://github.com/railwayapp/cli", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/railwayapp/cli/releases/download/v1.7.5/railway_1.7.5_windows_amd64.tar.gz", - "hash": "8ec09e2d3046cf14be469b1c84a3697ade6200167aa0befa1cda7511a897b663" + "url": "https://github.com/railwayapp/cli/releases/download/v1.8.0/railway_1.8.0_windows_amd64.tar.gz", + "hash": "d9b64de39c4139c45c969ffadac6c60a2573d32d40313190ef5b543a98fbf91f" }, "32bit": { - "url": "https://github.com/railwayapp/cli/releases/download/v1.7.5/railway_1.7.5_windows_386.tar.gz", - "hash": "25c5b4c3bbdcbb26b9320b8df191570fc1dfb93511de5a32ab976fdf76449d45" + "url": "https://github.com/railwayapp/cli/releases/download/v1.8.0/railway_1.8.0_windows_386.tar.gz", + "hash": "57bc549679aebe003f4846a2fd63303c41d576894d8dfe93a31aa4786555294d" } }, "bin": "railway.exe",