diff --git a/Cargo.lock b/Cargo.lock index 47fb0e4..ba5f2ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2391,7 +2391,7 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "railwayapp" -version = "4.38.0" +version = "4.39.0" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index 605ef24..e510851 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "4.38.0" +version = "4.39.0" edition = "2024" license = "MIT" authors = ["Railway "] diff --git a/package.json b/package.json index 65b664b..7e89ba5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@railway/cli", - "version": "4.38.0", + "version": "4.39.0", "description": "Develop and deploy code with zero configuration", "type": "module", "author": "Jake Runzer",