Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdAurora committed Dec 4, 2022
1 parent 5ff37c8 commit 78bd427
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-logic/src/main/java/qsl/internal/Versions.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public final class Versions {
/**
* The QSL version
*/
public static final String QSL_VERSION = "3.0.0-beta.22";
public static final String QSL_VERSION = "3.0.0-beta.23";

/**
* The target Minecraft version.
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,16 @@ loom {
server()
configName = "Testmod Server"
source(project.sourceSets.testmod)

programArg("--nogui")
}

// Auto test server, a server is ran for a few seconds and testmods run to verify things such as mixin
// application function properly.
autoTestServer {
server()
inherit testmodServer
configName = "Auto test server"
source(project.sourceSets.testmod)
property("quilt.auto_test")
programArg("--nogui")
}
}
}
Expand Down

0 comments on commit 78bd427

Please sign in to comment.