Skip to content

Commit

Permalink
chore(pre-release): publish v1.8.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai-Z-JP committed Jan 7, 2024
1 parent b83c016 commit 3618a4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/jp/kaiz/kaizpatch/KaizPatchX.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

public class KaizPatchX {
public static final int MAJOR_VERSION = 1;
public static final int MINOR_VERSION = 7;
public static final int PATCH_VERSION = 1;
public static final String PRE_RELEASE_VERSION = "";
public static final int MINOR_VERSION = 8;
public static final int PATCH_VERSION = 0;
public static final String PRE_RELEASE_VERSION = "-rc.1";
public static final String VERSION = MAJOR_VERSION + "." + MINOR_VERSION + "." + PATCH_VERSION + PRE_RELEASE_VERSION;
}

0 comments on commit 3618a4e

Please sign in to comment.