* Add new tool-versions json file to help devs choose the right versions. Allows querying from doc sites and CI build tools * add newline at end of file
7 lines
150 B
JSON
7 lines
150 B
JSON
{
|
|
"description": "This file contains current tool versions",
|
|
"go_version": "v1.16.6",
|
|
"node_version": "12.x",
|
|
"yarn_version": "1.x"
|
|
}
|