mirror of
https://github.com/railwayapp/cli
synced 2026-04-21 14:07:23 +00:00
chore: Release railwayapp version 4.0.0
This commit is contained in:
parent
72f67b0c08
commit
057b0002c3
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1911,7 +1911,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "railwayapp"
|
||||
version = "3.23.0"
|
||||
version = "4.0.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-tungstenite",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "railwayapp"
|
||||
version = "3.23.0"
|
||||
version = "4.0.0"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
authors = ["Railway <contact@railway.com>"]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@railway/cli",
|
||||
"version": "3.23.0",
|
||||
"version": "4.0.0",
|
||||
"description": "Develop and deploy code with zero configuration",
|
||||
"type": "module",
|
||||
"author": "Jake Runzer",
|
||||
|
|
|
|||
Loading…
Reference in a new issue