diff options
Diffstat (limited to 'ver.sh')
-rwxr-xr-x | ver.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +echo "See: https://github.com/composer/composer/commits/master" + +COMMIT=$(wget https://getcomposer.org/version -q -O -) +echo Commit: $COMMIT + +wget https://github.com/composer/composer/commit/$COMMIT.patch -q -O - | grep Date: |