Skip to content

Commit

Permalink
Fix verification data
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Whitehead <matthew1001@gmail.com>
  • Loading branch information
matthew1001 committed Jun 12, 2024
1 parent 0cca642 commit b97e3ce
Show file tree
Hide file tree
Showing 3 changed files with 567 additions and 918 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ def calculateVersion() {
// If no version is supplied or it doesn't match the semantic versioning, calculate from git
println("Generating project version as supplied is version not semver: ${project.version}")
def gitDetails = getGitCommitDetails(7) // Adjust length as needed
return "${gitDetails.date}-develop-${gitDetails.hash}"
return "24.5.2-0cca642-kaleido-${gitDetails.hash}"
}
}

Expand Down
Loading

0 comments on commit b97e3ce

Please sign in to comment.