From eed60d983f83bdc08f28cdb99a83c75219a4b865 Mon Sep 17 00:00:00 2001 From: Jake Runzer Date: Mon, 21 Oct 2024 21:16:05 -0400 Subject: [PATCH] (cargo-release) version 3.17.7 --- 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 4340d1fe..5c45424c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1734,7 +1734,7 @@ dependencies = [ [[package]] name = "railwayapp" -version = "3.17.6" +version = "3.17.7" dependencies = [ "anyhow", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index 3df00b45..ecdba40d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "3.17.6" +version = "3.17.7" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/package.json b/package.json index 77571a13..fb921cb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@railway/cli", - "version": "3.17.6", + "version": "3.17.7", "description": "Develop and deploy code with zero configuration", "type": "module", "author": "Jake Runzer",