From 11420714d4d3c467c9fb66d2e70b993fbaf78a87 Mon Sep 17 00:00:00 2001 From: Jake Runzer Date: Wed, 27 Nov 2024 23:33:21 -0500 Subject: [PATCH] (cargo-release) version 3.19.1 --- 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 d422f3d45..16cf908bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1734,7 +1734,7 @@ dependencies = [ [[package]] name = "railwayapp" -version = "3.19.0" +version = "3.19.1" dependencies = [ "anyhow", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index 1b1e6d602..e5ee82bf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "3.19.0" +version = "3.19.1" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/package.json b/package.json index da6c21cc6..155606da3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@railway/cli", - "version": "3.19.0", + "version": "3.19.1", "description": "Develop and deploy code with zero configuration", "type": "module", "author": "Jake Runzer",