From ce5c7203d6eb24d202ddb398ac126e43ce0d573c Mon Sep 17 00:00:00 2001 From: Jake Cooper Date: Mon, 3 Jun 2024 07:50:14 -0700 Subject: [PATCH] chore: Release railwayapp version 3.7.2 --- 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 711d85bb5..363180630 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1551,7 +1551,7 @@ dependencies = [ [[package]] name = "railwayapp" -version = "3.7.1" +version = "3.7.2" dependencies = [ "anyhow", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index 432bdbf08..072ceecab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "3.7.1" +version = "3.7.2" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/package.json b/package.json index 9b18d5e4d..be73b7c74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@railway/cli", - "version": "3.7.1", + "version": "3.7.2", "description": "Develop and deploy code with zero configuration", "type": "module", "author": "Jake Runzer",