Skip to content

Commit 6c7b894

Browse files
committed
chore: 🔖 Release 5.0.0
1 parent 275fa3c commit 6c7b894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ val versionDetails: groovy.lang.Closure<com.palantir.gradle.gitversion.VersionDe
6363
val details = versionDetails()
6464

6565
group = "com.alpsbte"
66-
version = "5.0.0" + "-" + details.commitDistance + "-" + details.gitHash + "-SNAPSHOT"
66+
version = "5.0.0" // + "-" + details.commitDistance + "-" + details.gitHash + "-SNAPSHOT"
6767
description = "An easy to use building system for the BuildTheEarth project."
6868
java.sourceCompatibility = JavaVersion.VERSION_21
6969

0 commit comments

Comments
 (0)