From 9ff61571184dfc996d7ee9594ff71507fbdcb4ad Mon Sep 17 00:00:00 2001 From: Stephen Buttolph Date: Mon, 17 Jul 2023 16:17:55 -0400 Subject: [PATCH] Update version to v1.10.5 --- version/compatibility.json | 3 ++- version/constants.go | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/version/compatibility.json b/version/compatibility.json index 77c634fa7bc..1a8691ae183 100644 --- a/version/compatibility.json +++ b/version/compatibility.json @@ -3,7 +3,8 @@ "v1.10.1", "v1.10.2", "v1.10.3", - "v1.10.4" + "v1.10.4", + "v1.10.5" ], "25": [ "v1.10.0" diff --git a/version/constants.go b/version/constants.go index b7fae1cb6d7..8a446e5c65c 100644 --- a/version/constants.go +++ b/version/constants.go @@ -21,7 +21,7 @@ var ( Current = &Semantic{ Major: 1, Minor: 10, - Patch: 4, + Patch: 5, } CurrentApp = &Application{ Major: Current.Major,