Skip to content

Commit a3e8f57

Browse files
committed
Up version.
1 parent 31e0eed commit a3e8f57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
parser.add_argument(
6262
"--gafferVersion",
63-
default = "0.58.1.0",
63+
default = "0.58.2.0",
6464
help = "The version of Gaffer to build against. "
6565
)
6666

build_docker_optix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

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

0 commit comments

Comments
 (0)