From de54b4c518d3705cf81d8ad0169f5b2995c0e810 Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Tue, 16 Jul 2024 14:50:41 -0700 Subject: [PATCH] bump k8s-driver-manager version to v0.6.10 Signed-off-by: Tariq Ibrahim --- versions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.mk b/versions.mk index 2d149f80..465b0d79 100644 --- a/versions.mk +++ b/versions.mk @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION ?= v0.6.8 +VERSION ?= v0.6.10 MODULE := github.com/NVIDIA/k8s-driver-manager vVERSION := v$(VERSION:v%=%)