Skip to content

Commit

Permalink
Publish and mark Loom 1.6 as beta
Browse files Browse the repository at this point in the history
  • Loading branch information
shedaniel committed Apr 4, 2024
1 parent 3cd4740 commit 6497070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
- 'dev/1.3'
- 'dev/1.4'
- 'dev/1.5'
- 'dev/1.6'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/net/fabricmc/loom/util/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

public class Constants {
public static final String PLUGIN_ID = "dev.architectury.loom";
public static final boolean PLUGIN_BETA = false;
public static final boolean PLUGIN_BETA = true;
public static final boolean PLUGIN_DEPRECATED = false;
public static final String LIBRARIES_BASE = "https://libraries.minecraft.net/";
public static final String RESOURCES_BASE = "https://resources.download.minecraft.net/";
Expand Down

0 comments on commit 6497070

Please sign in to comment.