diff --git a/Cargo.lock b/Cargo.lock index 9f966627a..9445cb437 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1734,7 +1734,7 @@ dependencies = [ [[package]] name = "railwayapp" -version = "3.17.10" +version = "3.18.0" dependencies = [ "anyhow", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index e263ef75b..ac713e426 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "3.17.10" +version = "3.18.0" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/package.json b/package.json index eda973653..9ae90187a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@railway/cli", - "version": "3.17.10", + "version": "3.18.0", "description": "Develop and deploy code with zero configuration", "type": "module", "author": "Jake Runzer",