Browse Source

chore: bump beanstalkd version to the latetst (1.11);

pull/106/merge
xobotyi 4 years ago
committed by Michael Bianco
parent
commit
b4084c3d06
  1. 2
      beanstalkd/install.sh

2
beanstalkd/install.sh

@ -3,7 +3,7 @@
# exit if a command fails
set -eo pipefail
version="1.10"
version="1.11"
# install curl (needed to install rust)
apt-get update && apt-get install -y curl build-essential

Loading…
Cancel
Save