File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/org/quiltmc/loader/impl Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ group = org.quiltmc
5
5
description = The mod loading component of Quilt
6
6
url = https://github.com/quiltmc/quilt-loader
7
7
# Don't forget to change this in QuiltLoaderImpl as well
8
- quilt_loader = 0.26.4-beta.5
8
+ quilt_loader = 0.26.4-beta.6
9
9
10
10
# Fabric & Quilt Libraries
11
11
asm = 9.6
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ public final class QuiltLoaderImpl {
132
132
133
133
public static final int ASM_VERSION = Opcodes .ASM9 ;
134
134
135
- public static final String VERSION = "0.26.4-beta.5 " ;
135
+ public static final String VERSION = "0.26.4-beta.6 " ;
136
136
public static final String MOD_ID = "quilt_loader" ;
137
137
public static final String DEFAULT_MODS_DIR = "mods" ;
138
138
public static final String DEFAULT_CACHE_DIR = ".cache" ;
You can’t perform that action at this time.
0 commit comments