From 060ec92f8ed89ce6151d18ef2a99019145bb56f5 Mon Sep 17 00:00:00 2001 From: Jake Runzer Date: Tue, 16 Apr 2024 14:36:53 -0400 Subject: [PATCH] (cargo-release) version 3.7.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 35685bf92..09d0e2b7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1540,7 +1540,7 @@ dependencies = [ [[package]] name = "railwayapp" -version = "3.6.0" +version = "3.7.0" dependencies = [ "anyhow", "async-tungstenite", diff --git a/Cargo.toml b/Cargo.toml index acb9e2f2c..7307034e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "railwayapp" -version = "3.6.0" +version = "3.7.0" edition = "2021" license = "MIT" authors = ["Railway "] diff --git a/package.json b/package.json index ef4a80954..8b6a415ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@railway/cli", - "version": "3.6.0", + "version": "3.7.0", "description": "Develop and deploy code with zero configuration", "type": "module", "author": "Jake Runzer",