Skip to content

Commit

Permalink
Merge pull request #12 from trocco-io/develop
Browse files Browse the repository at this point in the history
merge develop into master
  • Loading branch information
d-hrs authored Mar 7, 2023
2 parents b53aa68 + 155df0b commit 240cdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ configurations {

version = {
def vd = versionDetails()
if (vd.commitDistance == 0 && vd.lastTag ==~ /^v[0-9]+\.[0-9]+\.[0-9]+(\.[a-zA-Z0-9]+)?/) {
if (vd.commitDistance == 0 && vd.lastTag ==~ /^v[0-9]+\.[0-9]+\.[0-9]+-trocco-[0-9]+\.[0-9]+\.[0-9]+$/) {
vd.lastTag.substring(1)
} else {
"0.0.0.${vd.gitHash}"
Expand Down

0 comments on commit 240cdf9

Please sign in to comment.