Skip to content

Commit

Permalink
gradle: Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Feb 23, 2024
1 parent d383c1b commit 8230cc7
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
Expand Up @@ -6,7 +6,7 @@ org.gradle.daemon=false
# Mod
mod_id=aether_redux
mod_name=The Aether: Redux
mod_version=2.0-pre5
mod_version=2.0-pre6
mc_version=1.20.1
neoforge_version=47.1.70
mixin_version=0.8.5
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/zepalesque/redux/Redux.java
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public class Redux
@Nullable
public static ReduxPackConfig packConfig;

public static final String VERSION_ID = "2.0-pre5";
public static final String VERSION_ID = "2.0-pre6";

public Redux()
{
Expand Down

0 comments on commit 8230cc7

Please sign in to comment.