Skip to content

Commit

Permalink
version: 1.8.0-pre3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sychic committed Nov 11, 2023
1 parent 9248e52 commit 7c2a4ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ plugins {
signing
}

version = "1.8.0-pre2"
version = "1.8.0-pre3"
group = "gg.skytils"

repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/gg/skytils/skytilsmod/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class Reference {
public static String dataUrl = "https://data.skytils.gg/";
public static final String MOD_ID = "skytils";
public static final String MOD_NAME = "Skytils";
public static final String VERSION = "1.8.0-pre2";
public static final String VERSION = "1.8.0-pre3";

public static final int apiVersion = 4;
}

0 comments on commit 7c2a4ed

Please sign in to comment.