blob: 3c9b44ed5591ef7adbd5be4bac3a1d3b95424994 (
plain)
1
2
3
4
5
6
|
post_upgrade() {
if [ "$(vercmp $2 0.10.0)" -lt 0 ]; then
echo ">>> WARNING: jjui 0.10.0 introduced a breaking change in the configuration file format."
echo ">>> Please refer to migration notes at: https://idursun.github.io/jjui/migrating/v0_10/"
fi
}
|