Browse Source

Bump beanstalkd version to the latest (1.13)

pull/162/head
Andy Gildehaus 5 months ago
committed by GitHub
parent
commit
b1261105f1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      beanstalkd/install.sh

2
beanstalkd/install.sh

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

Loading…
Cancel
Save