Skip to content

Commit

Permalink
chore(release): publish v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai-Z-JP committed Feb 2, 2025
1 parent ebbe736 commit c7f6ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/jp/kaiz/kaizpatch/KaizPatchX.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class KaizPatchX {
public static final int MAJOR_VERSION = 1;
public static final int MINOR_VERSION = 8;
public static final int MINOR_VERSION = 9;
public static final int PATCH_VERSION = 0;
public static final String PRE_RELEASE_VERSION = "";
public static final String VERSION = MAJOR_VERSION + "." + MINOR_VERSION + "." + PATCH_VERSION + PRE_RELEASE_VERSION;
Expand Down

0 comments on commit c7f6ff2

Please sign in to comment.