From 4f5a20937410409ac275064280b1e9d0fa0d7d13 Mon Sep 17 00:00:00 2001 From: Kevin Klues Date: Wed, 8 Jul 2020 18:20:26 +0000 Subject: [PATCH] Bump version to 3.3.0 Signed-off-by: Kevin Klues --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7492b82..a998790 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ MKDIR ?= mkdir DIST_DIR ?= $(CURDIR)/dist LIB_NAME := nvidia-container-runtime -LIB_VERSION := 3.2.0 +LIB_VERSION := 3.3.0 PKG_REV := 1 TOOLKIT_VERSION := 1.2.0 -- GitLab