Closed
Description
Throughout this repo we reference specific version numbers for things like Go-IPFS and IPFS Updater.
The problem is that where there's updates to these applications, we have to manually go through this repo and update any references. It'd be nice if we had a script that:
- Knew which pages to look at.
- Found version numbers in those pages.
- Checked to see if they were the latest version of the relevant apps/programs.
- Updates version numbers where necessary.
We can use this issue to discuss the best way of creating this script.