From fd57307d46bf76318612e57eebb1bf45be6c4b3c Mon Sep 17 00:00:00 2001 From: Paulo Cabral Date: Tue, 25 Jun 2024 15:14:33 -0300 Subject: [PATCH] chore: Release railwayapp version 3.11.0 --- 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 31dee175e..ade800f97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1583,7 +1583,7 @@ dependencies = [ [[package]] name = "railwayapp" -version = "3.10.0" +version = "3.11.0" dependencies = [ "anyhow", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index 5f6dff849..52b1a9951 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "3.10.0" +version = "3.11.0" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/package.json b/package.json index 7b4ac7819..00ef84b6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@railway/cli", - "version": "3.10.0", + "version": "3.11.0", "description": "Develop and deploy code with zero configuration", "type": "module", "author": "Jake Runzer",