Skip to content

Commit

Permalink
Bump version to 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rihi committed Sep 2, 2023
1 parent 09222db commit 38b0742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class BspSource {
private static final Logger L = LogManager.getLogger();
public static final String DECOMPILE_TASK_ID_IDENTIFIER = "decompile_id";

public static final String VERSION = "1.4.4-DEV";
public static final String VERSION = "1.4.4";

private final BspSourceConfig config;
private final List<BspFileEntry> entries;
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</licenses>

<properties>
<revision>1.4.4-SNAPSHOT</revision>
<revision>1.4.4</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit 38b0742

Please sign in to comment.