Skip to content

Commit

Permalink
Bump version to 3.0.0a6
Browse files Browse the repository at this point in the history
  • Loading branch information
murraystevenson committed Feb 22, 2024
1 parent 5189cef commit 392a80f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
)

Expand Down

0 comments on commit 392a80f

Please sign in to comment.