Skip to content

Commit

Permalink
0.17.Beta.24
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Mar 25, 2023
1 parent d1311f3 commit e0c26ab
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 @@ -10,7 +10,7 @@ plugins {
}

group = "at.hannibal2.skyhanni"
version = "0.17.Beta.23"
version = "0.17.Beta.24"

// Toolchains:
java {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/at/hannibal2/skyhanni/SkyHanniMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
public class SkyHanniMod {

public static final String MODID = "skyhanni";
public static final String VERSION = "0.17.Beta.23";
public static final String VERSION = "0.17.Beta.24";
public static final String DEPENDENCIES = "after:notenoughupdates@[2.1.1,);";


Expand Down

0 comments on commit e0c26ab

Please sign in to comment.