#!perl -w -CAS

our $VERSION = 'v1.6.0'; # VERSION
use locale;
use App::Sqitch;
exit App::Sqitch->go;
