From 98eb973ae5824f986a4a7662ebadccc69a4bc97f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 00:34:13 +0000 Subject: [PATCH] railway: Update to version 3.3.1 --- bucket/railway.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/railway.json b/bucket/railway.json index 15a52b2082..9c60d6807a 100644 --- a/bucket/railway.json +++ b/bucket/railway.json @@ -1,16 +1,16 @@ { - "version": "3.3.0", + "version": "3.3.1", "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.3.0/railway-v3.3.0-x86_64-pc-windows-msvc.zip", - "hash": "1f28810ef500f63d2bc2866c11be73e1a364f3779762e261af2c4c1c3ed9dea3" + "url": "https://github.com/railwayapp/cli/releases/download/v3.3.1/railway-v3.3.1-x86_64-pc-windows-msvc.zip", + "hash": "64cee2273bb051f17165e1d0f5746ffca847431e498629ebd5766094aa7ef81b" }, "32bit": { - "url": "https://github.com/railwayapp/cli/releases/download/v3.3.0/railway-v3.3.0-i686-pc-windows-msvc.zip", - "hash": "2130fa9dd53d4572799f367265f0f5ee142c34274a4086fb6195ac2662fa5d53" + "url": "https://github.com/railwayapp/cli/releases/download/v3.3.1/railway-v3.3.1-i686-pc-windows-msvc.zip", + "hash": "eaab10624ff423cd36b76e585e0bf4d4665671529be30e68c3a9bad2c722231e" } }, "bin": "railway.exe",