rabbitmq/rabbitmq-tutorials

Makefile RABBITVER is wrong

bighunter513 opened this issue · 0 comments

RABBITVER:=$(shell curl -s "https://www.rabbitmq.com/releases/rabbitmq-server/" | grep -oE '([0-9.]{5,})' | tail -n 1)

when make erlang/.ok ,
RABBITVER=1.11.2.
actually is 3.9.8
and got "Page Not Found" when access url by browser