Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(version): use the travis tag for the version
if there are no changes then `git describe --tags `git rev-list --tags --max-count=1` may return older tag as there will be two tags referring to the same commit. Using travis tag here to clearly differentiate the versions. Signed-off-by: Pawan <[email protected]>
- Loading branch information