diff --git a/Cargo.lock b/Cargo.lock index 589de91..c8942dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2021,7 +2021,7 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "railwayapp" -version = "4.15.0" +version = "4.15.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 446957c..3f5feb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "4.15.0" +version = "4.15.1" edition = "2024" license = "MIT" authors = ["Railway "] diff --git a/package.json b/package.json index 6d1b14c..b67d152 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@railway/cli", - "version": "4.15.0", + "version": "4.15.1", "description": "Develop and deploy code with zero configuration", "type": "module", "author": "Jake Runzer",