diff --git a/Cargo.lock b/Cargo.lock index eb483c2fc..31dee175e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1583,7 +1583,7 @@ dependencies = [ [[package]] name = "railwayapp" -version = "3.9.3" +version = "3.10.0" dependencies = [ "anyhow", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index 93c89ef51..5f6dff849 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "3.9.3" +version = "3.10.0" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/package.json b/package.json index aade0d630..7b4ac7819 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@railway/cli", - "version": "3.9.3", + "version": "3.10.0", "description": "Develop and deploy code with zero configuration", "type": "module", "author": "Jake Runzer",