From ad4531db1e40f8db7e280a44880876ff3b061571 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Wed, 25 Jan 2023 10:23:02 +0100 Subject: [PATCH] Bump version to 1.12.0-rc.4 Signed-off-by: Evan Lezar --- versions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.mk b/versions.mk index d68208b1..45ef77bd 100644 --- a/versions.mk +++ b/versions.mk @@ -14,7 +14,7 @@ LIB_NAME := nvidia-container-toolkit LIB_VERSION := 1.12.0 -LIB_TAG := rc.3 +LIB_TAG := rc.4 # Specify the nvidia-docker2 and nvidia-container-runtime package versions. # Note: The build tooling uses `LIB_TAG` above as the version tag.