@railway/cli 4.6.0 → 4.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,10 +17,6 @@ The Railway CLI allows you to
17
17
  - Pull down environment variables for your project locally to run
18
18
  - Create services and databases right from the comfort of your fingertips
19
19
 
20
- ## Status
21
-
22
- Currently pre-release. We are looking for feedback and suggestions. Please join our [Discord](https://discord.gg/railway) to provide feedback.
23
-
24
20
  ## Installation
25
21
 
26
22
  ### Cargo
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@railway/cli",
3
- "version": "4.6.0",
3
+ "version": "4.6.3",
4
4
  "description": "Develop and deploy code with zero configuration",
5
5
  "type": "module",
6
6
  "author": "Jake Runzer",