diff --git a/version/compatibility.json b/version/compatibility.json index c86a06435227..2953f71110fb 100644 --- a/version/compatibility.json +++ b/version/compatibility.json @@ -1,6 +1,7 @@ { "28": [ - "v1.10.9" + "v1.10.9", + "v1.10.10" ], "27": [ "v1.10.5", diff --git a/version/constants.go b/version/constants.go index 60f2620f593e..5f530869bd8c 100644 --- a/version/constants.go +++ b/version/constants.go @@ -21,7 +21,7 @@ var ( Current = &Semantic{ Major: 1, Minor: 10, - Patch: 9, + Patch: 10, } CurrentApp = &Application{ Major: Current.Major,