summarylogtreecommitdiffstats
path: root/rover.install
blob: ed654224b7fb1c6ef74249457dfed7f13be4c96a (plain)
1
2
3
4
5
6
7
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
}