This commit is contained in:
Sahil Ahuja 2025-01-29 22:16:30 +05:30
parent 11686d0ca3
commit 71c36a43c4

View File

@ -2,8 +2,6 @@
# https://gist.github.com/CSTDev/08c127680e3b5fae38c051da3e489351 # https://gist.github.com/CSTDev/08c127680e3b5fae38c051da3e489351
#!/bin/bash
#get highest tag number containing at least 2 dots #get highest tag number containing at least 2 dots
VERSION=`git describe --abbrev=0 --tags --match="v[0-9]*\.*\.*"` VERSION=`git describe --abbrev=0 --tags --match="v[0-9]*\.*\.*"`