From 17900eda09235a90377af2f2136a5507c64fb702 Mon Sep 17 00:00:00 2001 From: Faraz Patankar Date: Wed, 31 Jul 2024 00:05:52 +0400 Subject: [PATCH] chore: Release railwayapp version 3.11.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 ade800f9..8470b59f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1583,7 +1583,7 @@ dependencies = [ [[package]] name = "railwayapp" -version = "3.11.0" +version = "3.11.1" dependencies = [ "anyhow", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index 52b1a995..d75bdd86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "3.11.0" +version = "3.11.1" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/package.json b/package.json index 00ef84b6..793ae9a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@railway/cli", - "version": "3.11.0", + "version": "3.11.1", "description": "Develop and deploy code with zero configuration", "type": "module", "author": "Jake Runzer",