Skip to content

Commit

Permalink
Up version.
Browse files Browse the repository at this point in the history
  • Loading branch information
boberfly committed Oct 5, 2020
1 parent 31e0eed commit a3e8f57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

parser.add_argument(
"--gafferVersion",
default = "0.58.1.0",
default = "0.58.2.0",
help = "The version of Gaffer to build against. "
)

Expand Down
2 changes: 1 addition & 1 deletion build_docker_optix.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

python build.py --version 0.22.0 --cyclesVersion 0.22.0 --optix 1 --docker 1 --experimental 0 --upload 0 $@
python build.py --version 0.22.1 --cyclesVersion 0.22.0 --optix 1 --docker 1 --experimental 0 --upload 0 $@

0 comments on commit a3e8f57

Please sign in to comment.