From 392a80f75ed2a7aa909124d278b2883e8d207ea2 Mon Sep 17 00:00:00 2001 From: Murray Stevenson <50844517+murraystevenson@users.noreply.github.com> Date: Thu, 22 Feb 2024 14:35:26 -0800 Subject: [PATCH] Bump version to 3.0.0a6 --- Changes.md | 2 +- build.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes.md b/Changes.md index f46d891..0dd1cf3 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,4 @@ -3.0.0ax +3.0.0a6 ======= - Dockerfile : Removed `cuda-nsight-compute-11-8.x86_64`, `libcublas-devel-11-8-11.11.3.6-1.x86_64`, `sonar-scanner-4.8.0.2856-linux`, and various intermediate installation files to reduce container size. diff --git a/build.py b/build.py index be1ce09..fb9e691 100755 --- a/build.py +++ b/build.py @@ -118,7 +118,7 @@ parser.add_argument( "--docker-image-version", dest = "dockerImageVersion", - default = "3.0.0a5", + default = "3.0.0a6", help = "The Docker image tag to use for Docker builds." )