From b5130a3c4ebaa2edb9ee5dc925a95451d548c2ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 31 Mar 2026 21:24:10 +0000 Subject: [PATCH] chore: Release railwayapp version 4.36.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91a373a..c5b0c63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2371,7 +2371,7 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "railwayapp" -version = "4.35.2" +version = "4.36.0" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index 3c859df..b45f248 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "4.35.2" +version = "4.36.0" edition = "2024" license = "MIT" authors = ["Railway "] diff --git a/package.json b/package.json index 1698e38..73e7834 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@railway/cli", - "version": "4.35.2", + "version": "4.36.0", "description": "Develop and deploy code with zero configuration", "type": "module", "author": "Jake Runzer",