diff options
Diffstat (limited to 'ver.sh')
-rwxr-xr-x | ver.sh | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1,6 +0,0 @@ -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: |