From 56bbd07c747dbe55e1547dbf6810474d4c1ebe38 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 3 Apr 2026 09:51:06 +0000 Subject: [PATCH] chore: Release railwayapp version 4.36.1 --- 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 c5b0c63..ee3729c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2371,7 +2371,7 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "railwayapp" -version = "4.36.0" +version = "4.36.1" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index b45f248..a4933c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "4.36.0" +version = "4.36.1" edition = "2024" license = "MIT" authors = ["Railway "] diff --git a/package.json b/package.json index 73e7834..97339df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@railway/cli", - "version": "4.36.0", + "version": "4.36.1", "description": "Develop and deploy code with zero configuration", "type": "module", "author": "Jake Runzer",