Skip to content

Commit ce093eb

Browse files
committed
idk why i did this 😭
1 parent 5a5a2a6 commit ce093eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stage1/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
tasks.jar {
3131
manifest {
3232
attributes(
33-
"Implementation-Version" to "999.999.999-alpha.$version", // Compat with old versions of stage0
33+
"Implementation-Version" to "1.1.0-alpha.$version", // Compat with old versions of stage0
3434
)
3535
}
3636
}

0 commit comments

Comments
 (0)