From 00ff48293f3bbaa20384d99aef82831883c74090 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 20:27:28 +0000 Subject: [PATCH] railway: Update to version 3.3.0 --- bucket/railway.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/railway.json b/bucket/railway.json index 7d7aad7559..15a52b2082 100644 --- a/bucket/railway.json +++ b/bucket/railway.json @@ -1,16 +1,16 @@ { - "version": "3.2.0", + "version": "3.3.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.2.0/railway-v3.2.0-x86_64-pc-windows-msvc.zip", - "hash": "44bbc21f1e2094c41d44cb7294bd810ea478895aac0ea8fd794b48dcb9372464" + "url": "https://github.com/railwayapp/cli/releases/download/v3.3.0/railway-v3.3.0-x86_64-pc-windows-msvc.zip", + "hash": "1f28810ef500f63d2bc2866c11be73e1a364f3779762e261af2c4c1c3ed9dea3" }, "32bit": { - "url": "https://github.com/railwayapp/cli/releases/download/v3.2.0/railway-v3.2.0-i686-pc-windows-msvc.zip", - "hash": "40257536b0293a510970f9ca75eb8465941957dfb6803d57fc94b10fa6e3ecd6" + "url": "https://github.com/railwayapp/cli/releases/download/v3.3.0/railway-v3.3.0-i686-pc-windows-msvc.zip", + "hash": "2130fa9dd53d4572799f367265f0f5ee142c34274a4086fb6195ac2662fa5d53" } }, "bin": "railway.exe",