From e9600c5735f89aa5878f162da07025447940bcfe Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 3 Dec 2021 18:02:01 +0000 Subject: [PATCH] railway: Update to version 0.3.0 --- bucket/railway.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/railway.json b/bucket/railway.json index 84cbae2f79..d9d850991c 100644 --- a/bucket/railway.json +++ b/bucket/railway.json @@ -1,16 +1,16 @@ { - "version": "0.2.49", + "version": "0.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/v0.2.49/railway_0.2.49_windows_amd64.tar.gz", - "hash": "941ed73203b636769da179ecbbab4db3aefbbecdbd678850ac3a8a9c751a76aa" + "url": "https://github.com/railwayapp/cli/releases/download/v0.3.0/railway_0.3.0_windows_amd64.tar.gz", + "hash": "13b6641b0601190c5916ec3ff5305ecd66745df684085c85f703046c23d2d911" }, "32bit": { - "url": "https://github.com/railwayapp/cli/releases/download/v0.2.49/railway_0.2.49_windows_386.tar.gz", - "hash": "60aa088bbcf880dc30dee6eed61be885cba1046c47f0e9afc538dddfa9f5d381" + "url": "https://github.com/railwayapp/cli/releases/download/v0.3.0/railway_0.3.0_windows_386.tar.gz", + "hash": "8d988896d13525c179629b871d475047d07b45bd7249c41beaf81b9e013867e3" } }, "bin": "railway.exe",