Skip to content

Commit

Permalink
not a beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Aug 11, 2024
1 parent 85907d9 commit 817cb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ val buildNumber: String? = System.getenv("BUILD_NUMBER")

rootProject.version = if (buildNumber != null) "${libs.versions.minecraft.get()}-$buildNumber" else "3.7.4"

val isSnapshot = true
val isSnapshot = false

val content: String = rootProject.file("CHANGELOG.md").readText(Charsets.UTF_8)

Expand Down

0 comments on commit 817cb11

Please sign in to comment.