Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
GlodBlock committed Sep 21, 2024
1 parent 61f0574 commit 7c7934f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge'
apply plugin: 'idea'

version = "2.6.4-r"
version = "2.6.5-r"
group = "ae2fc"
archivesBaseName = "Fluid Craft for AE2"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/glodblock/github/FluidCraft.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
public class FluidCraft {

public static final String MODID = "ae2fc";
public static final String VERSION = "2.6.3-r";
public static final String VERSION = "2.6.5-r";
public static final boolean beta = false;

@Mod.Instance(MODID)
Expand Down

0 comments on commit 7c7934f

Please sign in to comment.