Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
simibubi committed Nov 2, 2023
1 parent f8ef93f commit fff2512
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ body:
label: Mod Version
description: The version of the mod you were using when the bug occured
options:
- "0.5.1f"
- "0.5.1e"
- "0.5.1d"
- "0.5.1c"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs = -Xmx3G
org.gradle.daemon = false

# mod version info
mod_version = 0.5.1.e
mod_version = 0.5.1.f
artifact_minecraft_version = 1.18.2

minecraft_version = 1.18.2
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/simibubi/create/Create.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class Create {

public static final String ID = "create";
public static final String NAME = "Create";
public static final String VERSION = "0.5.1e";
public static final String VERSION = "0.5.1f";

public static final Logger LOGGER = LogUtils.getLogger();

Expand Down

0 comments on commit fff2512

Please sign in to comment.