From d202adedecc43d6cc08208e9f9b27843508d5708 Mon Sep 17 00:00:00 2001 From: Kevin Klues Date: Tue, 19 May 2020 14:04:52 +0000 Subject: [PATCH] Update version to 1.1.1 Signed-off-by: Kevin Klues --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a7618e0..2e2a0615 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ MKDIR ?= mkdir DIST_DIR ?= $(CURDIR)/dist LIB_NAME := nvidia-container-toolkit -LIB_VERSION := 1.1.0 +LIB_VERSION := 1.1.1 GOLANG_VERSION := 1.14.2 GOLANG_PKG_PATH := github.com/NVIDIA/container-toolkit/pkg