From ec0e90177470d8c77e8d0df888b64b0ce0fc7695 Mon Sep 17 00:00:00 2001 From: Jake Runzer Date: Mon, 21 Oct 2024 19:56:26 -0400 Subject: [PATCH] (cargo-release) version 3.17.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 e33716c1..a380cb9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1734,7 +1734,7 @@ dependencies = [ [[package]] name = "railwayapp" -version = "3.17.1" +version = "3.17.2" dependencies = [ "anyhow", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index 6bea9a8e..b0b53865 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "3.17.1" +version = "3.17.2" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/package.json b/package.json index e5d3a321..57dc203b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@railway/cli", - "version": "3.17.1", + "version": "3.17.2", "description": "Develop and deploy code with zero configuration", "type": "module", "author": "Jake Runzer",