Merge pull request #846 from tmunsch/patch-2

Update fabric version defaults
This commit is contained in:
Michael (Parker) Parker 2020-12-06 11:49:46 -05:00 committed by GitHub
commit 1337934fc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@
"name": "Fabric Version",
"description": "The version of Fabric to install.",
"env_variable": "FABRIC_VERSION",
"default_value": "0.6.1.51",
"default_value": "latest",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|between:3,15"