chore: Release railwayapp version 4.38.0
Some checks are pending
Cargo audit / security_audit (push) Waiting to run
CI / Lints (push) Waiting to run
CI / Check (push) Waiting to run
CI / Tests (push) Waiting to run

This commit is contained in:
github-actions[bot] 2026-04-16 18:06:18 +00:00
parent 2ee9277cc9
commit b1028d453c
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -2391,7 +2391,7 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
[[package]]
name = "railwayapp"
version = "4.37.4"
version = "4.38.0"
dependencies = [
"anyhow",
"arboard",

View file

@ -1,6 +1,6 @@
[package]
name = "railwayapp"
version = "4.37.4"
version = "4.38.0"
edition = "2024"
license = "MIT"
authors = ["Railway <contact@railway.com>"]

View file

@ -1,6 +1,6 @@
{
"name": "@railway/cli",
"version": "4.37.4",
"version": "4.38.0",
"description": "Develop and deploy code with zero configuration",
"type": "module",
"author": "Jake Runzer",