diff --git a/Cargo.lock b/Cargo.lock index e64b400..9d9ca1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2361,7 +2361,7 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "railwayapp" -version = "4.30.2" +version = "4.30.3" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index fc11735..150ac65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "4.30.2" +version = "4.30.3" edition = "2024" license = "MIT" authors = ["Railway "] diff --git a/package.json b/package.json index afc656e..0cf6263 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@railway/cli", - "version": "4.30.2", + "version": "4.30.3", "description": "Develop and deploy code with zero configuration", "type": "module", "author": "Jake Runzer",