July 2019
Intermediate to advanced
502 pages
14h
English
The Delinkcious version is maintained in the [build.sh] file at (https://github.com/the-gigi/delinkcious/blob/master/build.sh#L6) that CircleCI is invoked from, that is, the [.circleci/config.yml] file at (https://github.com/the-gigi/delinkcious/blob/master/.circleci/config.yml#L28) file.
The STABLE_TAG variable controls the version numbers. The current version is 0.3. Let's bump it up to 0.4:
#!/bin/bashset -eo pipefailIMAGE_PREFIX='g1g1' STABLE_TAG='0.4'TAG="{CIRCLE_BUILD_NUM}" ...
OK. We bumped the version and we're ready to have CircleCI build a new image.