Skip to content

Commit

Permalink
Start 1.1.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSlimeDiamond committed Mar 20, 2024
1 parent b086d38 commit 1c6e191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
libVersion=1.1.0-beta.5
libVersion=1.1.0-beta.6
minecraftVersion=1.17.1
2 changes: 1 addition & 1 deletion lib/src/main/java/org/galliumpowered/Gallium.java
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public static void loadPlugins() {
* @return API version
*/
public static String getVersion() {
return "1.1.0-beta.5";
return "1.1.0-beta.6";
}

/**
Expand Down

0 comments on commit 1c6e191

Please sign in to comment.