From 98ef9f0f6d7abe0c05c10e2b72a058043c26b744 Mon Sep 17 00:00:00 2001 From: fixanoid Date: Thu, 23 Aug 2018 19:21:21 -0400 Subject: [PATCH] Bumping to latest tag --- vagrant/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index a6ec911..75d0385 100755 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -32,7 +32,7 @@ echo 'PATH=$PATH:/usr/local/go/bin' >> /home/vagrant/.bashrc # make/install quorum git clone https://github.com/jpmorganchase/quorum.git pushd quorum >/dev/null -git checkout tags/v2.0.2 +git checkout tags/v2.1.0 make all cp build/bin/geth /usr/local/bin cp build/bin/bootnode /usr/local/bin