Skip to content

Commit

Permalink
change: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sychic committed Mar 25, 2024
1 parent 2eb6c3f commit 4ce6e19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion root.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
// betas will be "1.x.x+beta-y" / "1.x.x+branch_beta-y"
// rcs will be 1.x.x+rc-y
// extra branches will be 1.x.x+branch-y
version = "1.8.8"
version = "1.8.9"

preprocess {
"1.12.2"(11202, "srg") {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/club/sk1er/patcher/Patcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public class Patcher {
// betas will be "1.x.x+beta-y" / "1.x.x+branch_beta-y"
// rcs will be 1.x.x+rc-y
// extra branches will be 1.x.x+branch-y
public static final String VERSION = "1.8.8";
public static final String VERSION = "1.8.9";

private final Logger logger = LogManager.getLogger("Patcher");
private final File logsDirectory = new File(Minecraft.getMinecraft().mcDataDir + File.separator + "logs" + File.separator);
Expand Down

0 comments on commit 4ce6e19

Please sign in to comment.