Skip to content

Commit

Permalink
Merge branch 'bump-version-and-cuda' into 'main'
Browse files Browse the repository at this point in the history
Bump CUDA base image version to 12.2.0 and project version to v0.2.2

See merge request nvidia/cloud-native/vgpu-device-manager!21
  • Loading branch information
cdesiniotis committed Jul 12, 2023
2 parents 8440907 + 496bd47 commit 40145ed
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 @@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION ?= v0.2.1
VERSION ?= v0.2.2

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

CUDA_VERSION := 12.1.0
CUDA_VERSION := 12.2.0

GOLANG_VERSION := 1.20

0 comments on commit 40145ed

Please sign in to comment.