Created
February 3, 2015 15:34
Is Laravel 5 released or not
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# using curl and jq (http://stedolan.github.io/jq/) | |
curl -s https://api.github.com/repos/laravel/framework/tags | jq '.[0].name | contains("v5")' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment