From 310a3dc19b793f6d61e888721ad2d10c8dbd7369 Mon Sep 17 00:00:00 2001 From: Jake Runzer Date: Wed, 23 Oct 2024 16:34:30 -0400 Subject: [PATCH] (cargo-release) version 3.17.10 --- 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 0b8a7e59..9f966627 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1734,7 +1734,7 @@ dependencies = [ [[package]] name = "railwayapp" -version = "3.17.9" +version = "3.17.10" dependencies = [ "anyhow", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index 1fcaf242..e263ef75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "3.17.9" +version = "3.17.10" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/package.json b/package.json index f2a38b92..eda97365 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@railway/cli", - "version": "3.17.9", + "version": "3.17.10", "description": "Develop and deploy code with zero configuration", "type": "module", "author": "Jake Runzer",