chore: Release railwayapp version 4.0.0

This commit is contained in:
Paulo Cabral Sanz 2025-03-25 14:03:39 -03:00
parent 72f67b0c08
commit 057b0002c3
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1911,7 +1911,7 @@ dependencies = [
[[package]]
name = "railwayapp"
version = "3.23.0"
version = "4.0.0"
dependencies = [
"anyhow",
"async-tungstenite",

View file

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

View file

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