From e84d3546f741ad6bac73843986efebea9c1c8e36 Mon Sep 17 00:00:00 2001 From: Jake Runzer Date: Wed, 14 Aug 2024 03:16:05 -0400 Subject: [PATCH] (cargo-release) version 3.12.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 2a629aaf..220b469b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1583,7 +1583,7 @@ dependencies = [ [[package]] name = "railwayapp" -version = "3.11.4" +version = "3.12.0" dependencies = [ "anyhow", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index ffb1eb90..f37da0c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "3.11.4" +version = "3.12.0" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/package.json b/package.json index 237e9f07..b5904178 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@railway/cli", - "version": "3.11.4", + "version": "3.12.0", "description": "Develop and deploy code with zero configuration", "type": "module", "author": "Jake Runzer",