post_upgrade() { if [ $(vercmp "$2" 0.12.0) == -1 ]; then echo ':: Rover 0.12.0 contains BREAKING CHANGES.' echo ':: Please check the changelog for more information.' fi }