From 7d3defccd257543590118d9798163a8e412a2cd2 Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Thu, 5 Jun 2025 13:51:34 +0200 Subject: [PATCH] Bump version for v1.18.0-rc.1 release Signed-off-by: Evan Lezar --- versions.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.mk b/versions.mk index facc30f3..a535af45 100644 --- a/versions.mk +++ b/versions.mk @@ -13,8 +13,8 @@ # limitations under the License. LIB_NAME := nvidia-container-toolkit -LIB_VERSION := 1.17.4 -LIB_TAG := +LIB_VERSION := 1.18.0 +LIB_TAG := rc.1 # The package version is the combination of the library version and tag. # If the tag is specified the two components are joined with a tilde (~).