starsz commented on a change in pull request #1912:
URL: https://github.com/apache/apisix-dashboard/pull/1912#discussion_r637501301
##########
File path: api/internal/utils/consts/versionMap.go
##########
@@ -21,8 +21,9 @@ package consts
Val is apisix version
*/
var VersionMap = map[string]string{
- "2.3": "2.2",
- "2.4": "2.3",
- "2.5": "2.4",
- "2.6": "2.5",
+ "2.3": "2.2",
+ "2.4": "2.3",
+ "2.5": "2.4",
+ "2.6": "2.5",
+ "2.6.1": "2.6",
Review comment:
So the 2.6.1 should be used with 2.6?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]