tfv 4.0.1 → 4.0.2

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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -104,6 +104,7 @@ EXAMPLE:
104
104
  tfv install 1.5.7 -arch amd64
105
105
  ```
106
106
 
107
+ > NOTE: The default *system-architecture* is the architecture of your computer (arm64, amd64, x64, etc...)
107
108
 
108
109
  - #### _USE_
109
110
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tfv",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "Terraform version manager",
5
5
  "main": "index.js",
6
6
  "directories": {