From 787841de406cda53df447cfc3b56f07d1ceaa191 Mon Sep 17 00:00:00 2001 From: Jake Runzer Date: Tue, 14 Nov 2023 16:13:22 -0500 Subject: [PATCH] (cargo-release) version 3.5.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 d89973f5d..57f5e9871 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1511,7 +1511,7 @@ dependencies = [ [[package]] name = "railwayapp" -version = "3.5.1" +version = "3.5.2" dependencies = [ "anyhow", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index 682c076f3..adafbcc39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "3.5.1" +version = "3.5.2" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/package.json b/package.json index ef99359ef..1b64b8e5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@railway/cli", - "version": "3.5.1", + "version": "3.5.2", "description": "Develop and deploy code with zero configuration", "type": "module", "author": "Jake Runzer",