Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Merge branch 'bump-versions-0.8.2' into 'main'
Browse files Browse the repository at this point in the history
Bump version to v0.8.2

See merge request nvidia/kubernetes/gpu-feature-discovery!177
  • Loading branch information
Evan Lezar committed Oct 19, 2023
2 parents 152fa93 + 29fc564 commit 358bc2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

MODULE := github.com/NVIDIA/gpu-feature-discovery

VERSION ?= v0.8.1
VERSION ?= v0.8.2

vVERSION := v$(VERSION:v%=%)

CUDA_VERSION := 12.2.0
CUDA_VERSION := 12.2.2
GOLANG_VERSION ?= 1.20.5

GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "")

0 comments on commit 358bc2f

Please sign in to comment.