From 26ea70e6a518ede0631d5d2f5f0b8aa198e5667c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 May 2022 20:28:37 +0000 Subject: [PATCH] railway: Update to version 1.5.2 --- bucket/railway.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/railway.json b/bucket/railway.json index c3b9a3bd97..2ac8e14bc7 100644 --- a/bucket/railway.json +++ b/bucket/railway.json @@ -1,16 +1,16 @@ { - "version": "1.5.0", + "version": "1.5.2", "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.5.0/railway_1.5.0_windows_amd64.tar.gz", - "hash": "a9176d0b6bd8e1c341625d3be5efc7e7c8c80461a1b37a071e98e2bbafa7f7cc" + "url": "https://github.com/railwayapp/cli/releases/download/v1.5.2/railway_1.5.2_windows_amd64.tar.gz", + "hash": "e37ded6569766f206d9f158ba72d07058f73ad7c2ca78029924e4cae0034cc1a" }, "32bit": { - "url": "https://github.com/railwayapp/cli/releases/download/v1.5.0/railway_1.5.0_windows_386.tar.gz", - "hash": "eec60401fcdb34bc7c2b5615ef49e698de92fc017e797174bb36013e83ad114f" + "url": "https://github.com/railwayapp/cli/releases/download/v1.5.2/railway_1.5.2_windows_386.tar.gz", + "hash": "a43f7acfeb603513af9c7edbeb814d80220af9a800e8eb1d7ffac23ff2f4050b" } }, "bin": "railway.exe",