Skip to content

Commit

Permalink
Bump version to 3.0.0a3
Browse files Browse the repository at this point in the history
  • Loading branch information
murraystevenson committed Jan 15, 2024
1 parent 4268c69 commit 9de1f01
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.0a3
=======

- Dockerfile :
Expand Down
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
parser.add_argument(
"--build-env-version",
dest = "buildEnvVersion",
default = "3.0.0a2",
default = "3.0.0a3",
help = "The container image tag to use for docker builds."
)

Expand Down

0 comments on commit 9de1f01

Please sign in to comment.