mirror of
https://github.com/elastic/logstash.git
synced 2025-04-22 13:47:21 -04:00
Released version of logstash for 6.8 branch was inadvertently changed to the next version on the 6.8 branch, rather than the latest released version.
11 lines
163 B
JSON
11 lines
163 B
JSON
{
|
|
"releases": {
|
|
"5.x": "5.6.16",
|
|
"6.x": "6.8.7",
|
|
"7.x": "7.6.1"
|
|
},
|
|
"snapshots": {
|
|
"7.x": "7.7.0-SNAPSHOT",
|
|
"8.x": "8.0.0-SNAPSHOT"
|
|
}
|
|
}
|