From d715d7ad4e56c3c1c1a8962fefbf2cfa822f818d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 00:35:45 +0000 Subject: [PATCH] railway: Update to version 2.0.10 --- bucket/railway.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/railway.json b/bucket/railway.json index 1bf256da39..ac02091692 100644 --- a/bucket/railway.json +++ b/bucket/railway.json @@ -1,16 +1,16 @@ { - "version": "2.0.9", + "version": "2.0.10", "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/v2.0.9/railway_2.0.9_windows_amd64.tar.gz", - "hash": "dc000463fea1f6464e5cde5cb05640676cc7c21e637426c411e5176d8d8482c8" + "url": "https://github.com/railwayapp/cli/releases/download/v2.0.10/railway_2.0.10_windows_amd64.tar.gz", + "hash": "3a5ad7eaa840367100bc74015c8b6458ca6e1bbc745d5fd4c6eff962b5f54df3" }, "32bit": { - "url": "https://github.com/railwayapp/cli/releases/download/v2.0.9/railway_2.0.9_windows_386.tar.gz", - "hash": "879645287dcc7372a9782a5bc4c8f74f79ed7daba31a7380021a9acd837a92e8" + "url": "https://github.com/railwayapp/cli/releases/download/v2.0.10/railway_2.0.10_windows_386.tar.gz", + "hash": "355ab6e057b8b7097cce6285347032c30d03ec97d4b40ff29498e8c10d4e525b" } }, "bin": "railway.exe",