summaryrefslogtreecommitdiffstats
path: root/ver.sh
blob: 1fe051ef22be5b89ed010bb74d1ac0272da2ff6f (plain)
1
2
3
4
5
6
echo "See: https://github.com/composer/composer/commits/master"

COMMIT=$(wget https://getcomposer.org/version -q -O -)
echo "Commit:" $COMMIT
echo "Short :" ${COMMIT:0:7}
wget https://github.com/composer/composer/commit/$COMMIT.patch -q -O - | grep Date: