chore: Release railwayapp version 4.15.1

This commit is contained in:
Jake Runzer 2025-12-17 12:45:54 -05:00
parent a7f4a4ab56
commit 7e1beb9fb4
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -2021,7 +2021,7 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
[[package]]
name = "railwayapp"
version = "4.15.0"
version = "4.15.1"
dependencies = [
"anyhow",
"async-trait",

View file

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

View file

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