From eb144c535a30530f80044272222d02981b943dc8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 04:26:27 +0000 Subject: [PATCH] railway: Update to version 3.2.0 --- bucket/railway.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/railway.json b/bucket/railway.json index 6e94ad9ff5..7d7aad7559 100644 --- a/bucket/railway.json +++ b/bucket/railway.json @@ -1,16 +1,16 @@ { - "version": "3.1.0", + "version": "3.2.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/v3.1.0/railway-v3.1.0-x86_64-pc-windows-msvc.zip", - "hash": "4eb00ba5895d045157b81b7f265f92ee1a8a36750263d99473bbfa87608e1fd9" + "url": "https://github.com/railwayapp/cli/releases/download/v3.2.0/railway-v3.2.0-x86_64-pc-windows-msvc.zip", + "hash": "44bbc21f1e2094c41d44cb7294bd810ea478895aac0ea8fd794b48dcb9372464" }, "32bit": { - "url": "https://github.com/railwayapp/cli/releases/download/v3.1.0/railway-v3.1.0-i686-pc-windows-msvc.zip", - "hash": "34a170018101c63fc55698e34e64476fb78581a25406b58167d9d5416719370d" + "url": "https://github.com/railwayapp/cli/releases/download/v3.2.0/railway-v3.2.0-i686-pc-windows-msvc.zip", + "hash": "40257536b0293a510970f9ca75eb8465941957dfb6803d57fc94b10fa6e3ecd6" } }, "bin": "railway.exe",