From 4ae775d683d4e8a7d28308ccb0332569a6c52b6d Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Tue, 27 Jun 2023 15:29:19 +0200 Subject: [PATCH] Bump version to 1.13.3 Signed-off-by: Evan Lezar --- CHANGELOG.md | 2 ++ versions.mk | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d72d0ad..52af4444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # NVIDIA Container Toolkit Changelog +## v1.13.3 + ## v1.13.2 * Add `nvidia-container-runtime-hook.path` config option to specify NVIDIA Container Runtime Hook path explicitly. diff --git a/versions.mk b/versions.mk index cf851a17..c73269b3 100644 --- a/versions.mk +++ b/versions.mk @@ -13,7 +13,7 @@ # limitations under the License. LIB_NAME := nvidia-container-toolkit -LIB_VERSION := 1.13.2 +LIB_VERSION := 1.13.3 LIB_TAG := # The package version is the combination of the library version and tag.