From 6c0091f61f349d8a32efdd3013cbf6644be7568d Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Wed, 17 Apr 2024 13:59:41 -0700 Subject: [PATCH] bump version to v0.6.8 Signed-off-by: Tariq Ibrahim --- versions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.mk b/versions.mk index 23eee596..e6581cfa 100644 --- a/versions.mk +++ b/versions.mk @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION ?= v0.6.7 +VERSION ?= v0.6.8 MODULE := github.com/NVIDIA/k8s-driver-manager vVERSION := v$(VERSION:v%=%)