diff --git a/Cargo.lock b/Cargo.lock index bfb1784..fb15912 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2489,7 +2489,7 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "railwayapp" -version = "4.40.1" +version = "4.40.2" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index 5fc85b6..f2a13e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "4.40.1" +version = "4.40.2" edition = "2024" license = "MIT" authors = ["Railway "] diff --git a/package.json b/package.json index edfe363..4958d86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@railway/cli", - "version": "4.40.1", + "version": "4.40.2", "description": "Develop and deploy code with zero configuration", "type": "module", "author": "Jake Runzer",