From 057b0002c3f12ad00dd6800a1575d6bc304ad6e2 Mon Sep 17 00:00:00 2001 From: Paulo Cabral Sanz Date: Tue, 25 Mar 2025 14:03:39 -0300 Subject: [PATCH] chore: Release railwayapp version 4.0.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 dd5cf14..bcda7cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1911,7 +1911,7 @@ dependencies = [ [[package]] name = "railwayapp" -version = "3.23.0" +version = "4.0.0" dependencies = [ "anyhow", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index e0f001d..896edd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "3.23.0" +version = "4.0.0" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/package.json b/package.json index e1d10e4..254721d 100644 --- a/package.json +++ b/package.json @@ -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",