You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow Version class to deal with HEAD as a version hash
The Version code expects a commit Hash to be used to specifiy the version of code in use in the library. However this can also be HEAD. If it is HEAD the current code will crash as it tries to extract 7 characters out of 4.
0 commit comments