From b2be0b08ac6b4a8a88c4bb2d36548ed1879d4eb0 Mon Sep 17 00:00:00 2001 From: Kevin Klues Date: Mon, 10 Aug 2020 13:02:53 +0000 Subject: [PATCH] Bump version to 1.3.0-rc.2 Signed-off-by: Kevin Klues --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7f99c825..d4379e2e 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ DIST_DIR ?= $(CURDIR)/dist LIB_NAME := nvidia-container-toolkit LIB_VERSION := 1.3.0 -LIB_TAG ?= rc.1 +LIB_TAG ?= rc.2 GOLANG_VERSION := 1.14.2 GOLANG_PKG_PATH := github.com/NVIDIA/nvidia-container-toolkit/pkg