diff --git a/Cargo.lock b/Cargo.lock index c4478bfdc..90474042d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1551,7 +1551,7 @@ dependencies = [ [[package]] name = "railwayapp" -version = "3.8.0" +version = "3.8.1" dependencies = [ "anyhow", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index a18d27bd1..162333f5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "3.8.0" +version = "3.8.1" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/package.json b/package.json index bd3d631bf..1b668903c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@railway/cli", - "version": "3.8.0", + "version": "3.8.1", "description": "Develop and deploy code with zero configuration", "type": "module", "author": "Jake Runzer",