Skip to content

Commit

Permalink
更新版本到0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c0ny1 committed Jan 25, 2022
1 parent aae55a5 commit 7ddbb5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>me.gv7.woodpecker</groupId>
<artifactId>ysoserial-for-woodpecker</artifactId>
<version>0.4.4.1</version>
<version>0.5.0</version>
<packaging>jar</packaging>

<name>ysoserial</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/gv7/woodpecker/yso/GeneratePayload.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class GeneratePayload {
public static CommandLine cmdLine;
private static final int INTERNAL_ERROR_CODE = 70;
private static final int USAGE_CODE = 64;
private static final String VERSION = "0.4.4";
private static final String VERSION = "0.5.0";

public static void main(final String[] args) {
Options options = new Options();
Expand Down

0 comments on commit 7ddbb5a

Please sign in to comment.