From 2d2a7d7f9f1a93b198a355e238671e648536a615 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 00:32:56 +0000 Subject: [PATCH] railway: Update to version 3.5.2 --- bucket/railway.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/railway.json b/bucket/railway.json index 478fabe38b..7b66bf2143 100644 --- a/bucket/railway.json +++ b/bucket/railway.json @@ -1,16 +1,16 @@ { - "version": "3.5.1", + "version": "3.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/v3.5.1/railway-v3.5.1-x86_64-pc-windows-msvc.zip", - "hash": "b3868379422614153a72afd730ea941a11ff1d25c9e71a42d8d0d8e4ea6f6d7e" + "url": "https://github.com/railwayapp/cli/releases/download/v3.5.2/railway-v3.5.2-x86_64-pc-windows-msvc.zip", + "hash": "d872b1d67f66ed2f8c20dbf71cba5d461bb27f64c183ec2c9be97e0b12793f54" }, "32bit": { - "url": "https://github.com/railwayapp/cli/releases/download/v3.5.1/railway-v3.5.1-i686-pc-windows-msvc.zip", - "hash": "189dd462bba2e27ab48dcae606708dd2403ad48c54d07be110130f0939f21177" + "url": "https://github.com/railwayapp/cli/releases/download/v3.5.2/railway-v3.5.2-i686-pc-windows-msvc.zip", + "hash": "b937cb0290cf418b564d6393bea82dbc3cc3a6d3b72e36f18d4f0f9ed39c026b" } }, "bin": "railway.exe",