Skip to content

Commit

Permalink
Version up: v1.42
Browse files Browse the repository at this point in the history
  • Loading branch information
knewjade committed Jan 15, 2023
1 parent 6acc85b commit 7be4de6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version '1.41'
version '1.42'

apply plugin: 'java'

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/core/FinderConstant.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package core;

public class FinderConstant {
public static final String VERSION = "1.41";
public static final String VERSION = "1.42";
}

0 comments on commit 7be4de6

Please sign in to comment.