Merge pull request #54 from taiansu/master

Support vX.X.X version name in legacy version file
This commit is contained in:
Trevor Brown 2018-02-19 09:03:38 -05:00 committed by GitHub
commit 9443d406db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
bin/parse-legacy-file Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
echo $(
sed '1 s/^v//' $1
)