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