Browse Source

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

pull/125/head
xobotyi 4 years ago
parent
commit
65f2b86f64
No known key found for this signature in database GPG Key ID: 24DA3BB3DD8C4621
  1. 2
      beanstalkd/install.sh

2
beanstalkd/install.sh

@ -3,7 +3,7 @@
# exit if a command fails
set -e
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