Skip to content

Commit 0fa8dac

Browse files
committed
almost forgot
Signed-off-by: Octol1ttle <[email protected]>
1 parent 15dc4c4 commit 0fa8dac

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
@@ -177,7 +177,7 @@ publishMods {
177177
displayName = "${mod.name} ${mod.version} for ${loader.replaceFirstChar { it.uppercase() }} ${property("mod.mc_title")}"
178178
version = "${mod.version}+mc$minecraft-$loader"
179179
changelog = rootProject.file("CHANGELOG.md").readText()
180-
type = ALPHA
180+
type = BETA
181181
modLoaders.add(loader)
182182
if (loader == "fabric") {
183183
modLoaders.add("quilt")

0 commit comments

Comments
 (0)