From e6c67d8a460a17a956536e862b84f5db9dc12290 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Feb 2022 04:29:26 +0000 Subject: [PATCH] railway: Update to version 1.1.1 --- bucket/railway.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/railway.json b/bucket/railway.json index 052e4848a7..d6e79e4c26 100644 --- a/bucket/railway.json +++ b/bucket/railway.json @@ -1,16 +1,16 @@ { - "version": "1.0.0", + "version": "1.1.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/v1.0.0/railway_1.0.0_windows_amd64.tar.gz", - "hash": "838ffdaab90c15847655c333a16ba6e0f61412197a5275e72a7e8ceb55715ad2" + "url": "https://github.com/railwayapp/cli/releases/download/v1.1.1/railway_1.1.1_windows_amd64.tar.gz", + "hash": "532ae74b8e5be3a4b022055556c61a689fef4c27746102962497e5a1ee72fb2c" }, "32bit": { - "url": "https://github.com/railwayapp/cli/releases/download/v1.0.0/railway_1.0.0_windows_386.tar.gz", - "hash": "3a16560ef2e28977b16d670aea3699b445680e9649e7d20f3589d3c1a777d7f6" + "url": "https://github.com/railwayapp/cli/releases/download/v1.1.1/railway_1.1.1_windows_386.tar.gz", + "hash": "943b6377e83e714ed8a0d342b3e597d791be9c45c7a4df3902cc3ec14fba7f1d" } }, "bin": "railway.exe",