Skip to content

Commit fff2512

Browse files
committed
Bump version
1 parent f8ef93f commit fff2512

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ body:
4949
label: Mod Version
5050
description: The version of the mod you were using when the bug occured
5151
options:
52+
- "0.5.1f"
5253
- "0.5.1e"
5354
- "0.5.1d"
5455
- "0.5.1c"

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ org.gradle.jvmargs = -Xmx3G
44
org.gradle.daemon = false
55

66
# mod version info
7-
mod_version = 0.5.1.e
7+
mod_version = 0.5.1.f
88
artifact_minecraft_version = 1.18.2
99

1010
minecraft_version = 1.18.2

src/main/java/com/simibubi/create/Create.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public class Create {
6161

6262
public static final String ID = "create";
6363
public static final String NAME = "Create";
64-
public static final String VERSION = "0.5.1e";
64+
public static final String VERSION = "0.5.1f";
6565

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

0 commit comments

Comments
 (0)