From e35c6c340b0fc69053640f413efd92701228601c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Feb 2022 04:29:30 +0000 Subject: [PATCH] railway: Update to version 1.2.2 --- bucket/railway.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/railway.json b/bucket/railway.json index 60599b737b..39567c625d 100644 --- a/bucket/railway.json +++ b/bucket/railway.json @@ -1,16 +1,16 @@ { - "version": "1.2.1", + "version": "1.2.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/v1.2.1/railway_1.2.1_windows_amd64.tar.gz", - "hash": "68a1cb35c1abb1fc72782c9ac596ab4707948d94301dcb5e557683e990c589ae" + "url": "https://github.com/railwayapp/cli/releases/download/v1.2.2/railway_1.2.2_windows_amd64.tar.gz", + "hash": "2acba8dd53e5e2b2494b4ba471c5e6a8bb7fd0f76cd63acaa2fdd0ff4e994e3d" }, "32bit": { - "url": "https://github.com/railwayapp/cli/releases/download/v1.2.1/railway_1.2.1_windows_386.tar.gz", - "hash": "3ed5025bf804e8fc241a5c3467401d3bd1c73a3df570d9dd8085d19e2bc3b9bb" + "url": "https://github.com/railwayapp/cli/releases/download/v1.2.2/railway_1.2.2_windows_386.tar.gz", + "hash": "c78299c74a2a057b9d366e919c74ad26de49c78f1a7533bc85962cd1a2b60a8d" } }, "bin": "railway.exe",