diff --git a/Cargo.lock b/Cargo.lock index 57cc40c..809045b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2391,7 +2391,7 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "railwayapp" -version = "4.37.2" +version = "4.37.3" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index 52e02a3..e144670 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "4.37.2" +version = "4.37.3" edition = "2024" license = "MIT" authors = ["Railway "] diff --git a/package.json b/package.json index 8fe9911..1d48e10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@railway/cli", - "version": "4.37.2", + "version": "4.37.3", "description": "Develop and deploy code with zero configuration", "type": "module", "author": "Jake Runzer",