From 52b007f3fc6a7691438c9267034b1074cc2de4cf Mon Sep 17 00:00:00 2001 From: Jake Cooper Date: Wed, 5 Jun 2024 17:50:31 -0700 Subject: [PATCH] chore: Release railwayapp version 3.9.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2e55ed9..45957973 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1551,7 +1551,7 @@ dependencies = [ [[package]] name = "railwayapp" -version = "3.8.2" +version = "3.9.0" dependencies = [ "anyhow", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index 07ed4685..8b4098bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "3.8.2" +version = "3.9.0" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/package.json b/package.json index 6cb313da..7f626d39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@railway/cli", - "version": "3.8.2", + "version": "3.9.0", "description": "Develop and deploy code with zero configuration", "type": "module", "author": "Jake Runzer",