installer
installer copied to clipboard
`install.sh` does not fetch the most recent `dub` version
When installing dub with ./install.sh install dub, it will default to v1.22.0, despite later versions being available.
It seems the script queries https://dlang.github.io/dub/LATEST which returns v1.22.0, but I'm not sure where best to report this.
https://github.com/dlang/installer/blob/50a59aae31ae88b86ac55390d36dc04f005b4aac/script/install.sh#L749-L754