From d42ed07a3df9bc045db9304ca8686855eb8eb266 Mon Sep 17 00:00:00 2001 From: Alex Fuller Date: Sat, 30 May 2020 22:15:32 -0700 Subject: [PATCH] Updating to build against Gaffer 0.57.4.0 by default --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 756e386..303d0cc 100755 --- a/build.py +++ b/build.py @@ -60,7 +60,7 @@ parser.add_argument( "--gafferVersion", - default = "0.57.0.0", + default = "0.57.4.0", help = "The version of Gaffer to build against. " )