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",